summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-14 17:09:59 -0600
committerGitHub <noreply@github.com>2020-02-14 17:09:59 -0600
commit528e801343c692b0ce8123f8754e069e6523f5dc (patch)
tree517c86381e7a0535c376d244c830365d04e3aa62 /src/options/quantifiers_options.toml
parent08289dd911aff28110baf0fd815fd912f8b76fd3 (diff)
Remove quantifiers rewrite rules infrastructure (#3754)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 908846bea..84545e66e 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -899,15 +899,6 @@ header = "options/quantifiers_options.h"
### Rewrite rules options
[[option]]
- name = "quantRewriteRules"
- category = "regular"
- long = "rewrite-rules"
- type = "bool"
- default = "false"
- read_only = true
- help = "use rewrite rules module"
-
-[[option]]
name = "rrOneInstPerRound"
category = "regular"
long = "rr-one-inst-per-round"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback