3
0
Fork 0
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:
Nikolaj Bjorner 2025-05-30 14:46:55 +01:00
parent b4c2b455bd
commit 2fc3b0730d
3 changed files with 37 additions and 77 deletions

View file

@ -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)