3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

bv_decl_plugin: remove some mem allocs of parameters

This commit is contained in:
Nuno Lopes 2018-07-12 18:36:09 +01:00
parent 5314ae60cc
commit b7ea90c12b
2 changed files with 3 additions and 4 deletions

View file

@ -51,7 +51,6 @@ void finalize_trace();
static inline void enable_trace(const char * tag) {}
static inline void enable_all_trace(bool flag) {}
static inline void disable_trace(const char * tag) {}
// On a default Visual C++ build on Windows, a non-void function either needs to return a value, or we have to add: #pragma warning(default:4716)
static inline bool is_trace_enabled(const char * tag) { return false; }
static inline void close_trace() {}
static inline void open_trace() {}