We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ab237 commit 2060b34Copy full SHA for 2060b34
src/goto-programs/goto_convert_class.h
@@ -530,11 +530,6 @@ class goto_convertt:public messaget
530
const exprt &rhs,
531
const exprt::operandst &arguments,
532
goto_programt &dest);
533
- void do_array_set(
534
- const exprt &lhs,
535
- const exprt &rhs,
536
- const exprt::operandst &arguments,
537
- goto_programt &dest);
538
void do_array_equal(
539
const exprt &lhs,
540
@@ -543,7 +538,7 @@ class goto_convertt:public messaget
543
void do_array_op(
544
const irep_idt &id,
545
546
541
+ const exprt &function,
547
542
548
549
void do_printf(
0 commit comments