File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ void unified_difft::output_diff(
145
145
}
146
146
147
147
unified_difft::differencest unified_difft::lcss (
148
- const irep_idt &identifier,
149
148
const goto_programt &old_goto_program,
150
149
const goto_programt &new_goto_program)
151
150
{
@@ -323,7 +322,7 @@ void unified_difft::unified_diff(
323
322
new_goto_program.instructions .size (), differencet::NEW);
324
323
}
325
324
else
326
- differences=lcss (identifier, old_goto_program, new_goto_program);
325
+ differences=lcss (old_goto_program, new_goto_program);
327
326
}
328
327
329
328
bool unified_difft::operator ()()
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ class unified_difft
62
62
const goto_programt &new_goto_program);
63
63
64
64
static differencest lcss (
65
- const irep_idt &identifier,
66
65
const goto_programt &old_goto_program,
67
66
const goto_programt &new_goto_program);
68
67
You can’t perform that action at this time.
0 commit comments