summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-07-15 09:39:09 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-07-15 09:39:09 -0500
commitc0af8cf1c1e3edca35bb7ae4edf1831ebdee0abd (patch)
tree7a674542e85f58d06213e26b9fcddbf44d8e4323 /src/theory/strings/theory_strings.h
parente9381ce8e8b84039e148ede7af089ba27b9b32fe (diff)
Minor simplification to normal form explanations.
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 2e0ac7224..c4a3e85cd 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -385,8 +385,6 @@ protected:
//get equivalence classes
void getEquivalenceClasses( std::vector< Node >& eqcs );
- //get final normal form
- void getFinalNormalForm( Node n, std::vector< Node >& nf, std::vector< Node >& exp );
//separate into collections with equal length
void separateByLength( std::vector< Node >& n, std::vector< std::vector< Node > >& col, std::vector< Node >& lts );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback