From add6f6ca2a711e3337f83bd15be5a03e22842591 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:46:36 -0400 Subject: Removed unused variables --- src/query.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/query.cc') 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': -- cgit v1.2.3