3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

remove virtual destructor from api::pmanager

This commit is contained in:
Nuno Lopes 2018-07-09 10:37:26 +01:00
parent c5a282dadb
commit 6f7271a5e8
2 changed files with 3 additions and 14 deletions

View file

@ -26,17 +26,6 @@ Notes:
#include "util/scoped_timer.h"
#include "ast/expr2var.h"
namespace api {
pmanager::pmanager(reslimit& lim):
m_pm(lim, m_nm) {
}
pmanager::~pmanager() {
}
};
extern "C" {
Z3_ast_vector Z3_API Z3_polynomial_subresultants(Z3_context c, Z3_ast p, Z3_ast q, Z3_ast x) {