summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-07-29 04:33:27 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-07-29 04:33:27 -0500
commit08a2bc7e1151d83fbe38a8b43c00b2f822ddfe38 (patch)
treef5bdc7196036d46c4fd1a828ee3a94fe02779df8 /src/theory/strings/theory_strings.h
parentefd933d6cb90d094df911079960eab3121b2127e (diff)
Add support for charat in native language, minor cleanup.
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 9c59f9c71..0bdaf7ab5 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -172,8 +172,6 @@ private:
void addNormalFormPair( Node n1, Node n2 );
bool isNormalFormPair( Node n1, Node n2 );
bool isNormalFormPair2( Node n1, Node n2 );
- // loop ant
- NodeSet d_loop_antec;
// preReg cache
NodeSet d_pregistered_terms_cache;
NodeSet d_registered_terms_cache;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback