From fd4fdc5195338d67f6d20badedc7c1789c9bf23a Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Wed, 22 May 2013 16:28:49 +0200
Subject: [PATCH] remove unused variable

---
 modules/mol/base/src/impl/query_impl.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/mol/base/src/impl/query_impl.cc b/modules/mol/base/src/impl/query_impl.cc
index 761e79c5f..f97ab9875 100644
--- a/modules/mol/base/src/impl/query_impl.cc
+++ b/modules/mol/base/src/impl/query_impl.cc
@@ -441,7 +441,6 @@ bool QueryImpl::ParseValue(const Prop& sel, const QueryToken& op,
   }
   String value_string=query_string_.substr(v.GetValueRange().Loc, 
                                            v.GetValueRange().Length);
-  bool is_bool = false;
   switch (v.GetType()) {
     case tok::Identifier:
       if (sel.type==Prop::INT || sel.id>=Prop::CUSTOM) {
-- 
GitLab