Skip to content

Commit a20da78

Browse files
Deprecate dynamic_object_id_sett
This is unused.
1 parent 7cf76d6 commit a20da78

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
@@ -243,6 +243,7 @@ class value_sett
243243
/// Set of dynamic object numbers, equivalent to a set of
244244
/// `dynamic_object_exprt`s with corresponding IDs. Used only in internal
245245
/// implementation details.
246+
DEPRECATED(SINCE(2019, 05, 22, "Unused"))
246247
typedef std::set<unsigned int> dynamic_object_id_sett;
247248

248249
/// Map representing the entire value set, mapping from string LHS IDs

0 commit comments

Comments
 (0)