diff --git a/tools/matchcompiler.py b/tools/matchcompiler.py index 876e6adb5..b53765e51 100755 --- a/tools/matchcompiler.py +++ b/tools/matchcompiler.py @@ -518,7 +518,7 @@ class MatchCompiler: line = self._replaceTokenMatch(line) # Compile Token::findsimplematch - line = self._replaceTokenFindMatch(line) + #line = self._replaceTokenFindMatch(line) # Cache plain C-strings in C++ strings line = self._replaceCStrings(line)