3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

undid previous fix

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-02-05 19:02:35 +00:00
parent de35801117
commit 0db973ab4b

View file

@ -124,7 +124,6 @@ unsigned read_smtlib2_commands(char const * file_name) {
exit(ERR_OPEN_FILE);
}
result = parse_smt2_commands(ctx, in);
in.close();
}
else {
result = parse_smt2_commands(ctx, std::cin, true);