Skip to content

Commit 7cf76d6

Browse files
Deprecate value_sett::get
This is not implemented.
1 parent 14ce574 commit 7cf76d6

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
@@ -237,6 +237,7 @@ class value_sett
237237

238238
/// Set of expressions; only used for the `get` API, not for internal
239239
/// data representation.
240+
DEPRECATED(SINCE(2019, 05, 22, "Only used in deprecated function"))
240241
typedef std::set<exprt> expr_sett;
241242

242243
/// Set of dynamic object numbers, equivalent to a set of
@@ -270,6 +271,7 @@ class value_sett
270271
const namespacet &ns) const;
271272

272273
/// Appears to be unimplemented.
274+
DEPRECATED(SINCE(2019, 05, 22, "Unimplemented"))
273275
expr_sett &get(const irep_idt &identifier, const std::string &suffix);
274276

275277
void clear()

0 commit comments

Comments
 (0)