mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
display'
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
22d2458c93
commit
bcf896bd03
|
@ -1546,16 +1546,6 @@ void ast_manager::raise_exception(std::string const& msg) {
|
|||
throw ast_exception(msg.c_str());
|
||||
}
|
||||
|
||||
std::ostream& ast_manager::display(std::ostream& out, parameter const& p) {
|
||||
switch (p.get_kind()) {
|
||||
case parameter::PARAM_AST:
|
||||
return out << mk_pp(p.get_ast(), *this);
|
||||
default:
|
||||
return p.display(out);
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
|
||||
std::ostream& ast_manager::display(std::ostream& out, parameter const& p) {
|
||||
switch (p.get_kind()) {
|
||||
|
|
Loading…
Reference in a new issue