summaryrefslogtreecommitdiff
path: root/src/options/expr_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/expr_options.toml')
-rw-r--r--src/options/expr_options.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/options/expr_options.toml b/src/options/expr_options.toml
index 5f70aee43..037d46169 100644
--- a/src/options/expr_options.toml
+++ b/src/options/expr_options.toml
@@ -9,7 +9,6 @@ header = "options/expr_options.h"
type = "int"
default = "0"
predicates = ["setDefaultExprDepthPredicate"]
- notifies = ["notifySetDefaultExprDepth"]
read_only = true
help = "print exprs to depth N (0 == default, -1 == no limit)"
@@ -21,7 +20,6 @@ header = "options/expr_options.h"
type = "int"
default = "1"
predicates = ["setDefaultDagThreshPredicate"]
- notifies = ["notifySetDefaultDagThresh"]
read_only = true
help = "dagify common subexprs appearing > N times (1 == default, 0 == don't dagify)"
@@ -31,7 +29,6 @@ header = "options/expr_options.h"
long = "print-expr-types"
type = "bool"
default = "false"
- notifies = ["notifySetPrintExprTypes"]
read_only = true
help = "print types with variables when printing exprs"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback