summaryrefslogtreecommitdiff
path: root/src/theory/valuation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/valuation.cpp')
-rw-r--r--src/theory/valuation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/valuation.cpp b/src/theory/valuation.cpp
index ef02f6278..948a7a130 100644
--- a/src/theory/valuation.cpp
+++ b/src/theory/valuation.cpp
@@ -55,11 +55,6 @@ bool equalityStatusCompatible(EqualityStatus s1, EqualityStatus s2) {
}
}
-
-Node Valuation::getValue(TNode n) const {
- return d_engine->getValue(n);
-}
-
bool Valuation::isSatLiteral(TNode n) const {
return d_engine->getPropEngine()->isSatLiteral(n);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback