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 a530496 commit ebbbd46Copy full SHA for ebbbd46
src/analyses/goto_rw.cpp
@@ -583,7 +583,6 @@ void rw_range_sett::get_objects_rec(
583
get_objects_address_of(to_address_of_expr(expr).object(), expr);
584
else if(mode==get_modet::READ)
585
{
586
- get_objects_address_of(to_address_of_expr(expr).object(), expr);
587
588
// possibly affects the full object size, even if range_start/size
589
// are only a subset of the bytes (e.g., when using the result of
0 commit comments