summaryrefslogtreecommitdiff
path: root/contrib/tsearch/morph.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch/morph.h')
-rw-r--r--contrib/tsearch/morph.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/tsearch/morph.h b/contrib/tsearch/morph.h
deleted file mode 100644
index 24bb0efc8c..0000000000
--- a/contrib/tsearch/morph.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __MORPH_H__
-#define __MORPH_H__
-
-void initmorph(void);
-
-char *lemmatize(char *word, int *len, int type);
-
-bool is_stoptype(int type);
-
-#endif