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

restore some code that was removed during the rebase

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-06-28 11:59:01 -07:00
parent e3a9794d98
commit 2087ee3fb0
5 changed files with 101 additions and 102 deletions

View file

@ -296,9 +296,6 @@ void parse_cmd_line_args(int argc, char ** argv) {
int STD_CALL main(int argc, char ** argv) {
try{
DEBUG_CODE( for (int i = 0; i < argc; i++)
std::cout << argv[i] << " ";
std::cout << std::endl;);
unsigned return_value = 0;
memory::initialize(0);
memory::exit_when_out_of_memory(true, "ERROR: out of memory");