summaryrefslogtreecommitdiff
path: root/src/theory/strings/term_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/term_registry.h')
-rw-r--r--src/theory/strings/term_registry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/strings/term_registry.h b/src/theory/strings/term_registry.h
index 2048abec1..45fb40073 100644
--- a/src/theory/strings/term_registry.h
+++ b/src/theory/strings/term_registry.h
@@ -50,7 +50,6 @@ class TermRegistry
public:
TermRegistry(SolverState& s,
- eq::EqualityEngine& ee,
OutputChannel& out,
SequencesStatistics& statistics,
ProofNodeManager* pnm);
@@ -220,8 +219,6 @@ class TermRegistry
uint32_t d_cardSize;
/** Reference to the solver state of the theory of strings. */
SolverState& d_state;
- /** Reference to equality engine of the theory of strings. */
- eq::EqualityEngine& d_ee;
/** Reference to the output channel of the theory of strings. */
OutputChannel& d_out;
/** Reference to the statistics for the theory of strings/sequences. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback