3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Eliminated unused variable

This commit is contained in:
Christoph M. Wintersteiger 2015-10-04 15:51:27 +01:00
parent 32194b3f36
commit c636c87e4d

View file

@ -172,7 +172,6 @@ public:
static void tst2() {
typedef basic_interval_manager<unsynch_mpz_manager, false> mpzi_manager;
typedef mpzi_manager::interval mpzi;
typedef mpzi_manager::scoped_interval scoped_mpzi;
unsynch_mpz_manager nm;