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:
parent
0301d2e05e
commit
9bd7df7e19
4 changed files with 22 additions and 12 deletions
|
@ -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_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue