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.
2 parents b3cc3e9 + d57e21b commit 863d199Copy full SHA for 863d199
src/pointer-analysis/value_set_dereference.cpp
@@ -293,15 +293,6 @@ value_set_dereferencet::valuet value_set_dereferencet::build_reference_to(
293
}
294
else if(root_object.id()==ID_dynamic_object)
295
{
296
- // const dynamic_object_exprt &dynamic_object=
297
- // to_dynamic_object_expr(root_object);
298
-
299
- // the object produced by malloc
300
- exprt malloc_object=
301
- ns.lookup(CPROVER_PREFIX "malloc_object").symbol_expr();
302
303
- exprt is_malloc_object=same_object(pointer_expr, malloc_object);
304
305
// constraint that it actually is a dynamic object
306
// this is also our guard
307
result.pointer_guard = dynamic_object(pointer_expr);
0 commit comments