Skip to content

Commit 444e753

Browse files
committed
Removes duplicate code
Signed-off-by: Felipe R. Monteiro <[email protected]>
1 parent 57d5c97 commit 444e753

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/goto-instrument/contracts/assigns.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ exprt assigns_clause_targett::alias_expression(const exprt &lhs)
7474
return conjunction(condition);
7575
}
7676

77-
if(target_id == ID_dereference)
78-
{
79-
return conjunction(condition);
80-
}
81-
8277
const exprt lhs_offset = pointer_offset(lhs_ptr);
8378
const exprt target_offset = pointer_offset(target);
8479

0 commit comments

Comments
 (0)