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:
parent
5baef8bcf3
commit
c714abbff2
2 changed files with 24 additions and 30 deletions
|
@ -898,8 +898,4 @@ namespace smt {
|
|||
out << "\n";
|
||||
}
|
||||
|
||||
void theory_special_relations::display_atom( atom& a) const {
|
||||
display_atom( std::cerr, a);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue