3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-01 12:58:54 +00:00

remove mps_reader

This commit is contained in:
Lev Nachmanson 2023-03-03 14:50:10 -08:00
parent 55d45e0c0c
commit f986ac6a75
7 changed files with 68 additions and 1874 deletions

View file

@ -28,7 +28,6 @@ add_executable(shell
opt_frontend.cpp
smtlib_frontend.cpp
z3_log_frontend.cpp
lp_frontend.cpp
# FIXME: shell should really link against libz3 but it can't due to requiring
# use of some hidden symbols. Also libz3 has the ``api_dll`` component which
# we don't want (I think).