diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ft_global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ft_global.h b/include/ft_global.h index f08b6cea6ab..9870e0854c1 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -35,7 +35,6 @@ struct _ft_vft { float (*find_relevance)(FT_INFO *, my_off_t, byte *); void (*close_search)(FT_INFO *); float (*get_relevance)(FT_INFO *); - my_off_t (*get_docid)(FT_INFO *); void (*reinit_search)(FT_INFO *); }; |