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

remove a few trivial destructors so they get inlined

This commit is contained in:
Nuno Lopes 2021-04-04 17:13:59 +01:00
parent c0e74f946b
commit c47ab023e5
9 changed files with 7 additions and 38 deletions

View file

@ -38,7 +38,6 @@ class fpa_rewriter {
public:
fpa_rewriter(ast_manager & m, params_ref const & p = params_ref());
~fpa_rewriter();
ast_manager & m() const { return m_util.m(); }
family_id get_fid() const { return m_util.get_fid(); }