summaryrefslogtreecommitdiff
path: root/src/options/resource_manager_options.toml
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-05-10 23:37:12 +0200
committerGitHub <noreply@github.com>2021-05-10 21:37:12 +0000
commitd5987a99361f227cf2ea1404fec594f4a998be70 (patch)
tree2bb7da37547255de3a63141caa41b58e1adc6e7c /src/options/resource_manager_options.toml
parentac8cf53b07eb29687850f2ae64007f9f2688c9ad (diff)
Remove read_only from options. (#6513)
This PR removes the possibility of declaring options read_only. It's only effect is making an attempts to disallow changing the respective option from within our internal code (by not providing a setter method). However, a "read-only" option can still be set via the setOption() methods that is also used by the API, and by SMT-LIB's set-option.
Diffstat (limited to 'src/options/resource_manager_options.toml')
-rw-r--r--src/options/resource_manager_options.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/resource_manager_options.toml b/src/options/resource_manager_options.toml
index 05dd613f1..8f1c28ca5 100644
--- a/src/options/resource_manager_options.toml
+++ b/src/options/resource_manager_options.toml
@@ -47,7 +47,6 @@ header = "options/resource_manager_options.h"
long = "rweight=VAL=N"
type = "std::string"
handler = "setResourceWeight"
- read_only = true
help = "set a single resource weight"
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback