File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,13 @@ void unified_difft::get_diff(
54
54
new_fit->second .body ;
55
55
56
56
get_diff (
57
- function,
58
57
old_goto_program,
59
58
new_goto_program,
60
59
entry->second ,
61
60
dest);
62
61
}
63
62
64
63
void unified_difft::get_diff (
65
- const irep_idt &identifier,
66
64
const goto_programt &old_goto_program,
67
65
const goto_programt &new_goto_program,
68
66
const differencest &differences,
@@ -109,7 +107,6 @@ void unified_difft::output_diff(
109
107
{
110
108
goto_program_difft diff;
111
109
get_diff (
112
- identifier,
113
110
old_goto_program,
114
111
new_goto_program,
115
112
differences,
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ class unified_difft
76
76
differencest &differences) const ;
77
77
78
78
void get_diff (
79
- const irep_idt &identifier,
80
79
const goto_programt &old_goto_program,
81
80
const goto_programt &new_goto_program,
82
81
const differencest &differences,
You can’t perform that action at this time.
0 commit comments