Skip to content

Commit 2c52ef6

Browse files
Deprecate dynamic_object_id_sett
This is unused.
1 parent 86db622 commit 2c52ef6

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
@@ -249,6 +249,7 @@ class value_sett
249249
/// Set of dynamic object numbers, equivalent to a set of
250250
/// `dynamic_object_exprt`s with corresponding IDs. Used only in internal
251251
/// implementation details.
252+
DEPRECATED(SINCE(2019, 05, 22, "Unused"))
252253
typedef std::set<unsigned int> dynamic_object_id_sett;
253254

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

0 commit comments

Comments
 (0)