mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
removing 'fat' from smt 1.0 parser
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
87681c9e85
commit
f1b6d1c7f3
File diff suppressed because it is too large
Load diff
|
@ -42,8 +42,6 @@ namespace smtlib {
|
|||
virtual bool parse_file(char const * path) = 0;
|
||||
virtual bool parse_string(char const * string) = 0;
|
||||
|
||||
virtual bool parse_commands(Z3_context ctx, std::istream& is, std::ostream& os) = 0;
|
||||
|
||||
virtual benchmark * get_benchmark() = 0;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue