summaryrefslogtreecommitdiff
path: root/src/options/strings_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-05 22:37:46 -0500
committerGitHub <noreply@github.com>2021-04-06 03:37:46 +0000
commit44af184778fbc4bb31c13cb52c20942dc3ef0842 (patch)
tree47f0d4fd6aaf0bd806289e141ba6f2e813b1d220 /src/options/strings_options.toml
parentd2e454e0dfc06e16fe0a4228168b21cf1311fc35 (diff)
Remove stdPrintAscii option (#6280)
Fixes #4179.
Diffstat (limited to 'src/options/strings_options.toml')
-rw-r--r--src/options/strings_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/strings_options.toml b/src/options/strings_options.toml
index 75da2a35b..208b4483f 100644
--- a/src/options/strings_options.toml
+++ b/src/options/strings_options.toml
@@ -11,15 +11,6 @@ header = "options/strings_options.h"
help = "experimental features in the theory of strings"
[[option]]
- name = "stdPrintASCII"
- category = "regular"
- long = "strings-print-ascii"
- type = "bool"
- default = "false"
- read_only = true
- help = "the alphabet contains only printable characters from the standard extended ASCII"
-
-[[option]]
name = "stringFMF"
category = "regular"
long = "strings-fmf"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback