summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-01-29 19:42:50 -0600
committerGitHub <noreply@github.com>2020-01-29 19:42:50 -0600
commit8e15d120579b791af0999d07d847620037366978 (patch)
tree22e79c5cc4111c019828a5a3d3ec846ea8890261 /src/theory/strings/theory_strings.h
parent7849f09ece473f9822f91572115e50af7eae9564 (diff)
Minor updates to string utilities (#3675)
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 8e2af8434..b9e994fb5 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -615,10 +615,6 @@ private:
*/
void registerTerm(Node n, int effort);
- protected:
-
- void printConcat(std::vector<Node>& n, const char* c);
-
// Symbolic Regular Expression
private:
/** regular expression solver module */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback