diff options
Diffstat (limited to 'src/query.cc')
-rw-r--r-- | src/query.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/query.cc b/src/query.cc index 2a29a1e7..b93c6534 100644 --- a/src/query.cc +++ b/src/query.cc @@ -127,7 +127,6 @@ query_t::lexer_t::token_t query_t::lexer_t::next_token() // fall through... default: { string ident; - string::const_iterator beg = arg_i; for (; arg_i != arg_end; ++arg_i) { switch (*arg_i) { case '\0': |