diff options
author | unknown <serg@serg.mysql.com> | 2001-11-06 19:30:19 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-11-06 19:30:19 +0100 |
commit | 74e044c0db38bb09e168ad1ece001051fd4ef567 (patch) | |
tree | 95918e2ee8fa30728bbf05cd09671f5e98c5a591 /include/ft_global.h | |
parent | 30f8c667220911e719f8e2e07a939cd829db4185 (diff) | |
download | mariadb-git-74e044c0db38bb09e168ad1ece001051fd4ef567.tar.gz |
cleanup
Diffstat (limited to 'include/ft_global.h')
-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 *); }; |