@@ -120,7 +120,6 @@ class java_object_factoryt
120120 void gen_nondet_pointer_init (
121121 code_blockt &assignments,
122122 const exprt &expr,
123- const irep_idt &class_identifier,
124123 allocation_typet alloc_type,
125124 const pointer_typet &pointer_type,
126125 size_t depth,
@@ -670,9 +669,6 @@ bool initialize_nondet_string_fields(
670669// / The code block we are building with initialization code.
671670// / \param expr:
672671// / 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.
676672// / \param alloc_type:
677673// / Allocation type (global, local or dynamic)
678674// / \param depth:
@@ -688,7 +684,6 @@ bool initialize_nondet_string_fields(
688684void java_object_factoryt::gen_nondet_pointer_init (
689685 code_blockt &assignments,
690686 const exprt &expr,
691- const irep_idt &class_identifier,
692687 allocation_typet alloc_type,
693688 const pointer_typet &pointer_type,
694689 size_t depth,
@@ -1149,7 +1144,6 @@ void java_object_factoryt::gen_nondet_init(
11491144 gen_nondet_pointer_init (
11501145 assignments,
11511146 expr,
1152- class_identifier,
11531147 alloc_type,
11541148 pointer_type,
11551149 depth,
0 commit comments