Skip to content

Commit 90d59d8

Browse files
committed
Remove unused global constant
1 parent 29763da commit 90d59d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/mp_arith.h

-2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,4 @@ std::size_t integer2size_t(const mp_integer &);
6464
DEPRECATED("Use numeric_cast_v<unsigned> instead")
6565
unsigned integer2unsigned(const mp_integer &);
6666

67-
const mp_integer mp_zero=string2integer("0");
68-
6967
#endif // CPROVER_UTIL_MP_ARITH_H

0 commit comments

Comments
 (0)