@@ -120,7 +120,6 @@ class java_object_factoryt
120
120
void gen_nondet_pointer_init (
121
121
code_blockt &assignments,
122
122
const exprt &expr,
123
- const irep_idt &class_identifier,
124
123
allocation_typet alloc_type,
125
124
const pointer_typet &pointer_type,
126
125
size_t depth,
@@ -670,9 +669,6 @@ bool initialize_nondet_string_fields(
670
669
// / The code block we are building with initialization code.
671
670
// / \param expr:
672
671
// / Pointer-typed lvalue expression to initialize.
673
- // / \param class_identifier:
674
- // / Name of the parent class. Used to initialize the `@class_identifier` among
675
- // / others.
676
672
// / \param alloc_type:
677
673
// / Allocation type (global, local or dynamic)
678
674
// / \param depth:
@@ -688,7 +684,6 @@ bool initialize_nondet_string_fields(
688
684
void java_object_factoryt::gen_nondet_pointer_init (
689
685
code_blockt &assignments,
690
686
const exprt &expr,
691
- const irep_idt &class_identifier,
692
687
allocation_typet alloc_type,
693
688
const pointer_typet &pointer_type,
694
689
size_t depth,
@@ -1149,7 +1144,6 @@ void java_object_factoryt::gen_nondet_init(
1149
1144
gen_nondet_pointer_init (
1150
1145
assignments,
1151
1146
expr,
1152
- class_identifier,
1153
1147
alloc_type,
1154
1148
pointer_type,
1155
1149
depth,
0 commit comments