From 4d155f70b093e4e3029e5bad5d6885e0a6344d89 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Mon, 11 Jan 2016 15:14:27 +0200 Subject: [PATCH] Remove call to parse_query. Not needed anymore. --- query_classifier/test/canonical_tests/canonizer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/query_classifier/test/canonical_tests/canonizer.c b/query_classifier/test/canonical_tests/canonizer.c index 91a00fdd0..cdf469595 100644 --- a/query_classifier/test/canonical_tests/canonizer.c +++ b/query_classifier/test/canonical_tests/canonizer.c @@ -69,7 +69,6 @@ int main(int argc, char** argv) *(qbuff->sbuf->data + 2) = (unsigned char)(psize>>16); *(qbuff->sbuf->data + 4) = 0x03; memcpy(qbuff->start + 5,readbuff,psize + 1); - parse_query(qbuff); tok = qc_get_canonical(qbuff); fprintf(outfile,"%s\n",tok); free(tok);