summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-11-06 19:30:19 +0100
committerunknown <serg@serg.mysql.com>2001-11-06 19:30:19 +0100
commit74e044c0db38bb09e168ad1ece001051fd4ef567 (patch)
tree95918e2ee8fa30728bbf05cd09671f5e98c5a591 /include/ft_global.h
parent30f8c667220911e719f8e2e07a939cd829db4185 (diff)
downloadmariadb-git-74e044c0db38bb09e168ad1ece001051fd4ef567.tar.gz
cleanup
Diffstat (limited to 'include/ft_global.h')
-rw-r--r--include/ft_global.h1
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 *);
};