We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44e6ea commit 386cde3Copy full SHA for 386cde3
src/goto-instrument/nondet_static.cpp
@@ -38,10 +38,6 @@ void nondet_static(
38
const symbol_exprt &sym=to_symbol_expr(
39
to_code_assign(instruction.code).lhs());
40
41
- // is it a __CPROVER_* variable?
42
- if(has_prefix(id2string(sym.get_identifier()), CPROVER_PREFIX))
43
- continue;
44
-
45
// static lifetime?
46
if(!ns.lookup(sym.get_identifier()).is_static_lifetime)
47
continue;
0 commit comments