3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-10 13:10:50 +00:00

add stub for finalize

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-10-22 11:07:05 -07:00
parent 0301d2e05e
commit 9bd7df7e19
4 changed files with 22 additions and 12 deletions

View file

@ -16,9 +16,6 @@ Author:
Revision History:
--*/
#if 0
// include "util/new_symbol.h"
#else
#pragma once
#include <climits>
#include <string>
@ -156,5 +153,4 @@ void finalize_symbols();
// two non-numerical symbols are compared using string comparison.
bool lt(symbol const & s1, symbol const & s2);
#endif /* SYMBOL_H_ */