Skip to content

Commit af1756c

Browse files
authored
Merge pull request diffblue#219 from diffblue/bugfix/reverting_indentation_to_make_compiler_silent
Reverting indentation in order to make the compiler silent.
2 parents 5f7840a + c544b7f commit af1756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbmc/src/java_bytecode/ci_lazy_methods.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ bool ci_lazy_methodst::operator()(
187187
}
188188
if(sym.second.type.id()==ID_code)
189189
gather_needed_globals(sym.second.value, symbol_table, unreachable_symbols);
190-
unreachable_symbols.erase(sym.first);
190+
unreachable_symbols.erase(sym.first);
191191
}
192192

193193
debug()

0 commit comments

Comments
 (0)