summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/sat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/sat.cpp b/src/prop/sat.cpp
index a6adecb1d..40c17e016 100644
--- a/src/prop/sat.cpp
+++ b/src/prop/sat.cpp
@@ -116,8 +116,8 @@ SatLiteral SatSolver::getNextReplayDecision() {
return d_cnfStream->getLiteral(e);
}
}
- return Minisat::lit_Undef;
#endif /* CVC4_REPLAY */
+ return Minisat::lit_Undef;
}
void SatSolver::logDecision(SatLiteral lit) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback