summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-02-10 15:01:11 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2020-02-10 15:01:11 -0800
commitbd0cd279f4e2fe877993cc56f210ddfdc8ca5902 (patch)
treed57e4aa9ff09649a9cd844018a868c2ee53786af /src/options
parent5a414f0750d5d6c000325d657e16fba89b2d4f6a (diff)
Remove `--strings-binary-csp` optionremoveBinaryCsp
This commit removes the `--strings-binary-csp` option, which was splitting a long constant into two halves instead of splitting off characters one-by-one. The option wasn't really used.
Diffstat (limited to 'src/options')
-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 3916c68f3..f51c4ce67 100644
--- a/src/options/strings_options.toml
+++ b/src/options/strings_options.toml
@@ -190,15 +190,6 @@ header = "options/strings_options.h"
help = "use model guessing to avoid string extended function reductions"
[[option]]
- name = "stringBinaryCsp"
- category = "regular"
- long = "strings-binary-csp"
- type = "bool"
- default = "false"
- read_only = true
- help = "use binary search when splitting strings"
-
-[[option]]
name = "stringLenPropCsp"
category = "regular"
long = "strings-lprop-csp"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback