summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/first_order_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/first_order_model.h')
-rw-r--r--src/theory/quantifiers/first_order_model.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/first_order_model.h b/src/theory/quantifiers/first_order_model.h
index 52688a816..05a7a83c1 100644
--- a/src/theory/quantifiers/first_order_model.h
+++ b/src/theory/quantifiers/first_order_model.h
@@ -80,8 +80,6 @@ public:
virtual ~FirstOrderModel(){}
// reset the model
void reset();
- /** get interpreted value */
- Node getInterpretedValue( TNode n );
public:
// initialize the model
void initialize( bool considerAxioms = true );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback