summaryrefslogtreecommitdiff
path: root/contrib/tsearch/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch/parser.h')
-rw-r--r--contrib/tsearch/parser.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/tsearch/parser.h b/contrib/tsearch/parser.h
deleted file mode 100644
index 469b9c043ff..00000000000
--- a/contrib/tsearch/parser.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __PARSER_H__
-#define __PARSER_H__
-
-char *token;
-int tokenlen;
-int tsearch_yylex(void);
-void start_parse_str(char *, int);
-void end_parse(void);
-
-#endif