summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2019-04-24 20:10:47 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-04-24 22:10:47 -0500
commitcaf32b8e9940e90cd0bfe2e029b4a55c6e601f31 (patch)
tree17ab87e22c99fc890c77146af13ef123304055d0 /src
parent2ab48defab1f0c8918cd7612c1943be7503e4d30 (diff)
Fix compiler warning. (#2975)
Diffstat (limited to 'src')
-rw-r--r--src/preprocessing/passes/synth_rew_rules.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preprocessing/passes/synth_rew_rules.cpp b/src/preprocessing/passes/synth_rew_rules.cpp
index 9fb9fc9f5..3eb27c2f7 100644
--- a/src/preprocessing/passes/synth_rew_rules.cpp
+++ b/src/preprocessing/passes/synth_rew_rules.cpp
@@ -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)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback