Skip to content

Commit 9c87e96

Browse files
author
Daniel Kroening
committed
remove goto_programt::instructiont::function member
1 parent d0d8271 commit 9c87e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/read_bin_goto_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static bool read_bin_goto_object_v4(
100100
goto_programt::instructiont &instruction=*itarget;
101101

102102
irepconverter.reference_convert(in, instruction.code);
103-
instruction.function = irepconverter.read_string_ref(in);
103+
irepconverter.read_string_ref(in); // former function
104104
irepconverter.reference_convert(in, instruction.source_location);
105105
instruction.type = (goto_program_instruction_typet)
106106
irepconverter.read_gb_word(in);

0 commit comments

Comments
 (0)