Skip to content

Commit 86db622

Browse files
Deprecate value_sett::get
This is not implemented.
1 parent 89b1ef4 commit 86db622

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pointer-analysis/value_set.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ class value_sett
243243

244244
/// Set of expressions; only used for the `get` API, not for internal
245245
/// data representation.
246+
DEPRECATED(SINCE(2019, 05, 22, "Only used in deprecated function"))
246247
typedef std::set<exprt> expr_sett;
247248

248249
/// Set of dynamic object numbers, equivalent to a set of
@@ -276,6 +277,7 @@ class value_sett
276277
const namespacet &ns) const;
277278

278279
/// Appears to be unimplemented.
280+
DEPRECATED(SINCE(2019, 05, 22, "Unimplemented"))
279281
expr_sett &get(const irep_idt &identifier, const std::string &suffix);
280282

281283
void clear()

0 commit comments

Comments
 (0)