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:
parent
e15a39f463
commit
374b80f37f
|
@ -489,9 +489,3 @@ extern "C" {
|
|||
}
|
||||
|
||||
};
|
||||
|
||||
Z3_API ast_manager& Z3_get_manager(Z3_context c) {
|
||||
return mk_c(c)->m();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue