File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ goto_programt::targett string_abstractiont::abstract(
469
469
break ;
470
470
471
471
case FUNCTION_CALL:
472
- abstract_function_call (dest, it);
472
+ abstract_function_call (it);
473
473
break ;
474
474
475
475
case RETURN:
@@ -528,7 +528,6 @@ goto_programt::targett string_abstractiont::abstract_assign(
528
528
}
529
529
530
530
void string_abstractiont::abstract_function_call (
531
- goto_programt &dest,
532
531
goto_programt::targett target)
533
532
{
534
533
code_function_callt &call=to_code_function_call (target->code );
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class string_abstractiont:public messaget
87
87
const exprt &lhs,
88
88
const exprt &rhs);
89
89
90
- void abstract_function_call (goto_programt &dest, goto_programt ::targett it);
90
+ void abstract_function_call (goto_programt::targett it);
91
91
92
92
goto_programt::targett value_assignments (goto_programt &dest,
93
93
goto_programt::targett it,
You can’t perform that action at this time.
0 commit comments