Skip to content

Commit 92159fa

Browse files
committed
Un-deprecate to_integer(constant_exprt)
The recommended substitute uses this function, removing it is currently impossible.
1 parent 1b97d63 commit 92159fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/arith_tools.h

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ DEPRECATED("Use the constant_exprt version instead")
2727
bool to_integer(const exprt &expr, mp_integer &int_value);
2828

2929
// returns 'true' on error
30-
/// \deprecated: use numeric_cast<mp_integer> instead
31-
DEPRECATED("Use numeric_cast<mp_integer> instead")
3230
bool to_integer(const constant_exprt &expr, mp_integer &int_value);
3331

3432
// returns 'true' on error

0 commit comments

Comments
 (0)