3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-17 23:49:28 +00:00

fix build warnings

This commit is contained in:
Nikolaj Bjorner 2025-04-14 10:33:14 -07:00
parent 5ad79f2864
commit 1510b3112e
7 changed files with 0 additions and 7 deletions

View file

@ -21,7 +21,6 @@ namespace sls {
bv_fixed::bv_fixed(bv_eval& ev, bv_terms& terms, sls::context& ctx) :
ev(ev),
terms(terms),
m(ev.m),
bv(ev.bv),
ctx(ctx)