Skip to content

Commit 1214c7f

Browse files
authored
Merge pull request #6511 from tautschnig/process-goto-program
Remove redundant compute_loop_numbers call
2 parents 6362379 + 2da9c09 commit 1214c7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/goto-programs/process_goto_program.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,5 @@ bool process_goto_program(
9090
// recalculate numbers, etc.
9191
goto_model.goto_functions.update();
9292

93-
// add loop ids
94-
goto_model.goto_functions.compute_loop_numbers();
95-
9693
return false;
9794
}

0 commit comments

Comments
 (0)