summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index d2ce63ac5..d984fbc6b 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -390,9 +390,8 @@ public:
/** Get model value function.
*
* This function is a helper function for getValue.
- * hasBoundVars is whether n may contain bound variables
*/
- Node getModelValue(TNode n, bool hasBoundVars = false) const;
+ Node getModelValue(TNode n) const;
/** add term internal
*
* This will do any model-specific processing necessary for n,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback