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

remove unused dependency

This commit is contained in:
Nikolaj Bjorner 2021-07-21 09:25:08 -07:00
parent 644bd82ac7
commit 39c3f34a30
2 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,6 @@ z3_add_component(solver_assertions
SOURCES
asserted_formulas.cpp
COMPONENT_DEPENDENCIES
solver
smt2parser
smt_params
)