Remove linking against gmp and cln in tests and parser (#6376)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Mon, 19 Apr 2021 09:30:04 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 09:30:04 +0000 (09:30 +0000)
commita06ec9eb224c437523f3bff0ac6f6437d924f36a
tree8701141bddf60efe6305f1d1f02fd42ffaeec2d6
parent353006984c0c7bbd1bd419c04e4bb873c7eee52a
Remove linking against gmp and cln in tests and parser (#6376)

Finally, we no longer need to link against GMP and CLN for the parser and the tests.
To actually achieve this, this PR also removes some dead code and unused includes from some parser files.
src/parser/CMakeLists.txt
src/parser/antlr_input.h
src/parser/cvc/Cvc.g
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/tptp/Tptp.g
test/api/CMakeLists.txt