turn off parser analyze

This commit is contained in:
Ari Lazier 2015-11-19 15:59:16 -08:00
parent 22ca94e36e
commit 7b993d2f09
1 changed files with 0 additions and 2 deletions

View File

@ -308,8 +308,6 @@ const std::string error_message_control< Rule >::error_message = "Invalid predic
Predicate parse(const std::string &query)
{
analyze< pred >();
Predicate out_predicate(Predicate::Type::And);
ParserState state;