3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-12 02:04:43 +00:00

use override

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-03-24 19:21:54 -07:00
parent 5baef8bcf3
commit c714abbff2
2 changed files with 24 additions and 30 deletions

View file

@ -898,8 +898,4 @@ namespace smt {
out << "\n";
}
void theory_special_relations::display_atom( atom& a) const {
display_atom( std::cerr, a);
}
}