File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -577,23 +577,6 @@ void remove_function_pointerst::operator()(goto_functionst &functions)
577
577
}
578
578
}
579
579
580
- bool remove_function_pointers (message_handlert &_message_handler,
581
- symbol_tablet &symbol_table,
582
- const goto_functionst &goto_functions,
583
- goto_programt &goto_program,
584
- bool add_safety_assertion,
585
- bool only_remove_const_fps)
586
- {
587
- remove_function_pointerst
588
- rfp (
589
- _message_handler,
590
- symbol_table,
591
- add_safety_assertion,
592
- only_remove_const_fps,
593
- goto_functions);
594
-
595
- return rfp.remove_function_pointers (goto_program);
596
- }
597
580
598
581
void remove_function_pointers (
599
582
message_handlert &_message_handler,
Original file line number Diff line number Diff line change @@ -35,12 +35,5 @@ void remove_function_pointers(
35
35
bool add_safety_assertion,
36
36
bool only_remove_const_fps=false );
37
37
38
- bool remove_function_pointers (
39
- message_handlert &_message_handler,
40
- symbol_tablet &symbol_table,
41
- const goto_functionst &goto_functions,
42
- goto_programt &goto_program,
43
- bool add_safety_assertion,
44
- bool only_remove_const_fps=false );
45
38
46
39
#endif // CPROVER_GOTO_PROGRAMS_REMOVE_FUNCTION_POINTERS_H
You can’t perform that action at this time.
0 commit comments