summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-02 16:47:50 -0500
committerGitHub <noreply@github.com>2018-07-02 16:47:50 -0500
commit032bfdd23c387d1ce37e89b13a619cc65c85c2c3 (patch)
tree529b067adcf88a76eb862e4d481fe8fe848d8b4d /src/options
parent8af18dcba80cdf0d995f1cfd5390a1784a27a7c1 (diff)
Remove some dead code from theory strings (#2125)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/strings_options.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/options/strings_options.toml b/src/options/strings_options.toml
index a6e7aa412..66b312737 100644
--- a/src/options/strings_options.toml
+++ b/src/options/strings_options.toml
@@ -57,24 +57,6 @@ header = "options/strings_options.h"
help = "the eager intersection used by the theory of strings"
[[option]]
- name = "stringOpt1"
- category = "regular"
- long = "strings-opt1"
- type = "bool"
- default = "true"
- read_only = true
- help = "internal option1 for strings: normal form"
-
-[[option]]
- name = "stringOpt2"
- category = "regular"
- long = "strings-opt2"
- type = "bool"
- default = "false"
- read_only = true
- help = "internal option2 for strings: constant regexp splitting"
-
-[[option]]
name = "stringIgnNegMembership"
category = "regular"
long = "strings-inm"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback