Skip to content

Commit f8668ae

Browse files
Deprecate offset_is_zero
This is unused
1 parent 8cd8042 commit f8668ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pointer-analysis/value_set.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class value_sett
8080
/// Represents the offset into an object: either a unique integer offset,
8181
/// or an unknown value, represented by `!offset`.
8282
typedef optionalt<mp_integer> offsett;
83+
DEPRECATED(SINCE(2019, 05, 22, "Unused"))
8384
bool offset_is_zero(const offsett &offset) const
8485
{
8586
return offset && offset->is_zero();

0 commit comments

Comments
 (0)