Fix compiler warning. (#2975)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 25 Apr 2019 03:10:47 +0000 (20:10 -0700)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 25 Apr 2019 03:10:47 +0000 (22:10 -0500)
src/preprocessing/passes/synth_rew_rules.cpp

index 9fb9fc9f56e8008ace14709eec5b4c9dc91b2dcf..3eb27c2f7e8106c14548dbaa0dc0ab348762f825 100644 (file)
@@ -79,7 +79,6 @@ PreprocessingPassResult SynthRewRulesPass::applyInternal(
       {
         Trace("srs-input-debug") << "...preprocess " << cur << std::endl;
         visited[cur] = false;
-        Kind k = cur.getKind();
         bool isQuant = cur.isClosure();
         // we recurse on this node if it is not a quantified formula
         if (!isQuant)