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 7ba4536 commit f10d37cCopy full SHA for f10d37c
src/goto-instrument/accelerate/acceleration_utils.cpp
@@ -62,11 +62,6 @@ void acceleration_utilst::find_modified(
62
const goto_programt::instructionst &instructions,
63
expr_sett &modified)
64
{
65
- for(goto_programt::instructionst::const_iterator
66
- it=instructions.begin();
67
- it!=instructions.end();
68
- ++it)
69
- find_modified(it, modified);
70
}
71
72
void acceleration_utilst::find_modified(
0 commit comments