Skip to content

Commit 93f24fc

Browse files
committed
fixup! Added __CPROVER_array_replace to complement __CPROVER_array_set
1 parent de3c5ac commit 93f24fc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/goto-programs/goto_convert_class.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,6 @@ class goto_convertt:public messaget
530530
const exprt &rhs,
531531
const exprt::operandst &arguments,
532532
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);
538533
void do_array_equal(
539534
const exprt &lhs,
540535
const exprt &rhs,
@@ -543,7 +538,7 @@ class goto_convertt:public messaget
543538
void do_array_op(
544539
const irep_idt &id,
545540
const exprt &lhs,
546-
const exprt &rhs,
541+
const exprt &function,
547542
const exprt::operandst &arguments,
548543
goto_programt &dest);
549544
void do_printf(

0 commit comments

Comments
 (0)