mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
removed ini_file
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
823dd6ca47
commit
9374a4e20a
38 changed files with 82 additions and 1971 deletions
|
@ -19,6 +19,7 @@ Revision History:
|
|||
#include"smt_params.h"
|
||||
#include"trace.h"
|
||||
|
||||
#if 0
|
||||
void smt_params::register_params(ini_params & p) {
|
||||
dyn_ack_params::register_params(p);
|
||||
qi_params::register_params(p);
|
||||
|
@ -117,3 +118,4 @@ void smt_params::register_params(ini_params & p) {
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue