diff options
Diffstat (limited to 'src/RESearch.h')
-rw-r--r-- | src/RESearch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RESearch.h b/src/RESearch.h index ef8c3e11b..5e1d34168 100644 --- a/src/RESearch.h +++ b/src/RESearch.h @@ -36,7 +36,6 @@ public: bool GrabMatches(CharacterIndexer &ci); const char *Compile(const char *pattern, int length, bool caseSensitive, bool posix); int Execute(CharacterIndexer &ci, int lp, int endp); - int Substitute(CharacterIndexer &ci, char *src, char *dst); enum { MAXTAG=10 }; enum { MAXNFA=2048 }; |