mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
minor code simplifications
This commit is contained in:
parent
08bf7a6293
commit
d5d77dfe64
4 changed files with 6 additions and 18 deletions
|
@ -20,10 +20,6 @@ Revision History:
|
|||
#include "util/warning.h"
|
||||
#include "util/z3_exception.h"
|
||||
|
||||
template<bool SYNCH>
|
||||
mpq_manager<SYNCH>::mpq_manager() {
|
||||
}
|
||||
|
||||
template<bool SYNCH>
|
||||
mpq_manager<SYNCH>::~mpq_manager() {
|
||||
del(m_tmp1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue