mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Disabled (extra) internal python API for testing.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
d6e8096a61
commit
98147b0fc9
10 changed files with 1 additions and 279 deletions
|
@ -41,7 +41,6 @@ log_c.write('#include\"z3_logger.h\"\n')
|
|||
##
|
||||
exe_c.write('// Automatically generated file\n')
|
||||
exe_c.write('#include\"z3.h\"\n')
|
||||
exe_c.write('#include\"z3_internal.h\"\n')
|
||||
exe_c.write('#include\"z3_replayer.h\"\n')
|
||||
##
|
||||
log_h.write('extern std::ostream * g_z3_log;\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue