mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +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
1 changed files with 0 additions and 6 deletions
|
@ -489,9 +489,3 @@ extern "C" {
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Z3_API ast_manager& Z3_get_manager(Z3_context c) {
|
|
||||||
return mk_c(c)->m();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue