summaryrefslogtreecommitdiff
path: root/src/theory/strings/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/word.h')
-rw-r--r--src/theory/strings/word.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/strings/word.h b/src/theory/strings/word.h
index 4ebe43e2f..3b15b763a 100644
--- a/src/theory/strings/word.h
+++ b/src/theory/strings/word.h
@@ -33,9 +33,6 @@ class Word
/** make empty constant of type tn */
static Node mkEmptyWord(TypeNode tn);
- /** make empty constant of kind k */
- static Node mkEmptyWord(Kind k);
-
/** make word from constants in (non-empty) vector vec */
static Node mkWordFlatten(const std::vector<Node>& xs);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback