summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-10-13 17:44:19 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-10-13 17:44:19 -0500
commit9da056f71c0c4a8ed5afd01c300e9c86cfcf5601 (patch)
tree9cc4ed5a09640c3dbb8df9cbaf242ade0f8acc4f /src/theory/strings/theory_strings.h
parent7e750757ac9832b70b5c6ca1d15e17cddbd2e6c0 (diff)
Merging bv parts of ajr/bvExt branch, minor additions to ExtTheory.
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 fd984bd58..6665f9e50 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -278,8 +278,6 @@ private:
bool d_model_active;
};
std::map< Node, ExtfInfoTmp > d_extf_info_tmp;
- //collect extended operator terms
- void collectExtendedFuncTerms( Node n, std::map< Node, bool >& visited );
private:
class InferInfo {
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback