3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Remove Z3_get_manager.

This was publicly exported from the shared library, but it isn't
in any header files and isn't used anywhere in the repository.
This commit is contained in:
Bruce Mitchener 2018-12-04 21:38:33 +07:00
parent e15a39f463
commit 374b80f37f

View file

@ -489,9 +489,3 @@ extern "C" {
}
};
Z3_API ast_manager& Z3_get_manager(Z3_context c) {
return mk_c(c)->m();
}