3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00

coallesce common code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-04-19 20:27:39 -07:00
parent b300041075
commit 3f5ed8ff11
5 changed files with 97 additions and 121 deletions

View file

@ -233,7 +233,7 @@ namespace smt {
}
}
void collect_statistics(statistics& st) const {
void collect_statistics(::statistics& st) const {
}
void updt_params(params_ref& p) {