Skip to content

Commit fc7c615

Browse files
author
janmroczkowski
committed
Remove unused function identifier
1 parent 875d554 commit fc7c615

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/goto-diff/unified_diff.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,13 @@ void unified_difft::get_diff(
5454
new_fit->second.body;
5555

5656
get_diff(
57-
function,
5857
old_goto_program,
5958
new_goto_program,
6059
entry->second,
6160
dest);
6261
}
6362

6463
void unified_difft::get_diff(
65-
const irep_idt &identifier,
6664
const goto_programt &old_goto_program,
6765
const goto_programt &new_goto_program,
6866
const differencest &differences,
@@ -109,7 +107,6 @@ void unified_difft::output_diff(
109107
{
110108
goto_program_difft diff;
111109
get_diff(
112-
identifier,
113110
old_goto_program,
114111
new_goto_program,
115112
differences,

src/goto-diff/unified_diff.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class unified_difft
7676
differencest &differences) const;
7777

7878
void get_diff(
79-
const irep_idt &identifier,
8079
const goto_programt &old_goto_program,
8180
const goto_programt &new_goto_program,
8281
const differencest &differences,

0 commit comments

Comments
 (0)