Skip to content

Commit ebbbd46

Browse files
author
thk123
committed
Fixing merge error in dependence graph merge
1 parent a530496 commit ebbbd46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analyses/goto_rw.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ void rw_range_sett::get_objects_rec(
583583
get_objects_address_of(to_address_of_expr(expr).object(), expr);
584584
else if(mode==get_modet::READ)
585585
{
586-
get_objects_address_of(to_address_of_expr(expr).object(), expr);
587586
{
588587
// possibly affects the full object size, even if range_start/size
589588
// are only a subset of the bytes (e.g., when using the result of

0 commit comments

Comments
 (0)