mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 18:05:15 +00:00
some cleanup and functionality for tracing
This commit is contained in:
parent
b4c2b455bd
commit
2fc3b0730d
3 changed files with 37 additions and 77 deletions
|
|
@ -59,10 +59,6 @@ void disable_trace(const char * tag);
|
|||
bool is_trace_enabled(TraceTag tag);
|
||||
void close_trace();
|
||||
void open_trace();
|
||||
void finalize_trace();
|
||||
/*
|
||||
ADD_FINALIZER('finalize_trace();')
|
||||
*/
|
||||
|
||||
#else
|
||||
#define TRACE_CODE(CODE) ((void) 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue