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 57d5c97 commit 444e753Copy full SHA for 444e753
src/goto-instrument/contracts/assigns.cpp
@@ -74,11 +74,6 @@ exprt assigns_clause_targett::alias_expression(const exprt &lhs)
74
return conjunction(condition);
75
}
76
77
- if(target_id == ID_dereference)
78
- {
79
- return conjunction(condition);
80
- }
81
-
82
const exprt lhs_offset = pointer_offset(lhs_ptr);
83
const exprt target_offset = pointer_offset(target);
84
0 commit comments