summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/equality_query.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-17 14:18:16 -0500
committerGitHub <noreply@github.com>2018-08-17 14:18:16 -0500
commit6d65aa41a7e218469e99f476259cccb08c4c46c1 (patch)
tree5c627f7bfd37f81bf0dcbf095e7def2a82f9fba2 /src/theory/quantifiers/equality_query.h
parent58ee4bc13c37bf25ddafd07bc09c8d975dc6d62d (diff)
Remove miscellaneous unused code (#2333)
Diffstat (limited to 'src/theory/quantifiers/equality_query.h')
-rw-r--r--src/theory/quantifiers/equality_query.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/equality_query.h b/src/theory/quantifiers/equality_query.h
index a9a3cb185..8f836f9c6 100644
--- a/src/theory/quantifiers/equality_query.h
+++ b/src/theory/quantifiers/equality_query.h
@@ -114,8 +114,6 @@ class EqualityQueryQuantifiersEngine : public EqualityQuery
Node getInstance( Node n, const std::vector< Node >& eqc, std::unordered_map<TNode, Node, TNodeHashFunction>& cache );
/** get score */
int getRepScore( Node n, Node f, int index, TypeNode v_tn );
- /** flatten representatives */
- void flattenRepresentatives( std::map< TypeNode, std::vector< Node > >& reps );
}; /* EqualityQueryQuantifiersEngine */
}/* CVC4::theory::quantifiers namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback