mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 03:04:44 +00:00
removed template specialization overkill
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
5379130c8c
commit
3736c5ea3b
5 changed files with 38 additions and 85 deletions
|
@ -21,7 +21,6 @@ Revision History:
|
|||
|
||||
namespace smt {
|
||||
|
||||
template class theory_arith<mi_ext_with_proofs>;
|
||||
template class theory_arith<mi_ext>;
|
||||
template class theory_arith<i_ext>;
|
||||
// template class theory_arith<si_ext>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue