3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

delete more default constructors

reduces code size by 0.1%
This commit is contained in:
Nuno Lopes 2024-09-23 12:13:52 +01:00
parent 4b4a28239f
commit 737c2208fa
41 changed files with 35 additions and 91 deletions

View file

@ -25,7 +25,7 @@ Author:
#include "ast/ast_pp.h"
class pb_preprocess_tactic : public tactic {
struct rec { unsigned_vector pos, neg; rec() { } };
struct rec { unsigned_vector pos, neg; };
typedef obj_map<app, rec> var_map;
ast_manager& m;
expr_ref_vector m_trail;