3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
Miguel Angelo Da Terra Neves 2017-12-15 14:01:50 -08:00
commit a52fd4c6f2
11 changed files with 97 additions and 22 deletions

View file

@ -52,7 +52,6 @@ void ast_translation::cache(ast * s, ast * t) {
m_to_manager.inc_ref(t);
m_cache.insert(s, t);
++m_insert_count;
}
}