summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-20 19:22:21 -0500
committerGitHub <noreply@github.com>2018-08-20 19:22:21 -0500
commit03abb94451a8bc2fb59b5b2fc95c931715575dc0 (patch)
tree350839369fa22e97b5497abf76bfad339c706030 /src/theory/theory_model.h
parentbf863b1f3cee791585e2c04e5f40afcadcdf113c (diff)
More unused code elimination (#2339)
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index ac0d686de..47d68a365 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -251,10 +251,6 @@ public:
Expr getValue(Expr expr) const override;
/** get cardinality for sort */
Cardinality getCardinality(Type t) const override;
- /** print representative debug function */
- void printRepresentativeDebug( const char* c, Node r );
- /** print representative function */
- void printRepresentative( std::ostream& out, Node r );
//---------------------------- function values
/** a map from functions f to a list of all APPLY_UF terms with operator f */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback