summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2001-11-06 19:30:19 +0100
committerserg@serg.mysql.com <>2001-11-06 19:30:19 +0100
commitbfc6a29df67b39259d4313679b9cd0db2193d856 (patch)
tree95918e2ee8fa30728bbf05cd09671f5e98c5a591 /include/ft_global.h
parente3849552b191a427d949d888f65a175a148f35ef (diff)
downloadmariadb-git-bfc6a29df67b39259d4313679b9cd0db2193d856.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 *);
};