3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 21:03:39 +00:00

remove m_ast_lim from API context since that one isn't used either

Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
Nuno Lopes 2016-01-19 15:37:58 +00:00
parent 1f872e720d
commit 23cc8258fe

View file

@ -67,7 +67,6 @@ namespace api {
ast_ref_vector m_last_result; //!< used when m_user_ref_count == true
ast_ref_vector m_ast_trail; //!< used when m_user_ref_count == false
unsigned_vector m_ast_lim;
ref<api::object> m_last_obj; //!< reference to the last API object returned by the APIs
@ -181,8 +180,6 @@ namespace api {
void invoke_error_handler(Z3_error_code c);
static void out_of_memory_handler(void * _ctx);
void check_sorts(ast * n);
// ------------------------