Skip to content

Commit fb9b749

Browse files
committed
Remove unsupported --show-reachable-properties
It likely never was supported in goto-analyzer and janalyzer, see a35731b for when it was removed from tools that actually supported it.
1 parent 0532e66 commit fb9b749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jbmc/src/janalyzer/janalyzer_parse_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class optionst;
130130
"(no-assertions)(no-assumptions)" \
131131
"(show-loops)" \
132132
"(show-symbol-table)(show-parse-tree)" \
133-
"(show-reachable-properties)(property):" \
133+
"(property):" \
134134
"(verbosity):(version)" \
135135
"(arch):" \
136136
"(taint):(show-taint)" \

src/goto-analyzer/goto_analyzer_parse_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class optionst;
153153
OPT_GOTO_CHECK \
154154
"(show-loops)" \
155155
"(show-symbol-table)(show-parse-tree)" \
156-
"(show-reachable-properties)(property):" \
156+
"(property):" \
157157
"(verbosity):(version)" \
158158
OPT_FLUSH \
159159
OPT_TIMESTAMP \

0 commit comments

Comments
 (0)