File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 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(
145145}
146146
147147unified_difft::differencest unified_difft::lcss (
148- const irep_idt &identifier,
149148 const goto_programt &old_goto_program,
150149 const goto_programt &new_goto_program)
151150{
@@ -323,7 +322,7 @@ void unified_difft::unified_diff(
323322 new_goto_program.instructions .size (), differencet::NEW);
324323 }
325324 else
326- differences=lcss (identifier, old_goto_program, new_goto_program);
325+ differences=lcss (old_goto_program, new_goto_program);
327326}
328327
329328bool unified_difft::operator ()()
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ class unified_difft
6262 const goto_programt &new_goto_program);
6363
6464 static differencest lcss (
65- const irep_idt &identifier,
6665 const goto_programt &old_goto_program,
6766 const goto_programt &new_goto_program);
6867
You can’t perform that action at this time.
0 commit comments