3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-10 09:15:47 +00:00

remove deprecated API functionality

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-11-14 17:05:15 -08:00
parent 0f602d652a
commit bea68cd194
6 changed files with 53 additions and 19 deletions

View file

@ -391,7 +391,6 @@ extern "C" {
}
#if 0
Z3_lbool Z3_API Z3_get_implied_equalities(Z3_context c,
Z3_solver s,
unsigned num_terms,
@ -407,6 +406,5 @@ extern "C" {
return static_cast<Z3_lbool>(result);
Z3_CATCH_RETURN(Z3_L_UNDEF);
}
#endif
};