File tree 2 files changed +0
-19
lines changed 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -771,23 +771,6 @@ void goto_convertt::convert_assign(
771
771
}
772
772
}
773
773
774
- void goto_convertt::convert_init (
775
- const codet &code,
776
- goto_programt &dest,
777
- const irep_idt &mode)
778
- {
779
- INVARIANT_WITH_DIAGNOSTICS (
780
- code.operands ().size () == 2 ,
781
- " init statement takes two operands" ,
782
- code.find_source_location ());
783
-
784
- // make it an assignment
785
- codet assignment=code;
786
- assignment.set_statement (ID_assign);
787
-
788
- convert (to_code_assign (assignment), dest, mode);
789
- }
790
-
791
774
void goto_convertt::convert_cpp_delete (
792
775
const codet &code,
793
776
goto_programt &dest)
Original file line number Diff line number Diff line change @@ -266,8 +266,6 @@ class goto_convertt:public messaget
266
266
const code_ifthenelset &code,
267
267
goto_programt &dest,
268
268
const irep_idt &mode);
269
- void
270
- convert_init (const codet &code, goto_programt &dest, const irep_idt &mode);
271
269
void convert_goto (const code_gotot &code, goto_programt &dest);
272
270
void convert_gcc_computed_goto (const codet &code, goto_programt &dest);
273
271
void convert_skip (const codet &code, goto_programt &dest);
You can’t perform that action at this time.
0 commit comments