Skip to content

Commit

Permalink
remove code guarded with GNUMP
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRawson committed Nov 26, 2020
1 parent 77be0c7 commit 9b24b1d
Show file tree
Hide file tree
Showing 36 changed files with 9 additions and 5,864 deletions.
31 changes: 1 addition & 30 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ set(VAMPIRE_KERNEL_SOURCES
Kernel/TermIterators.cpp
Kernel/TermTransformer.cpp
Kernel/Theory.cpp
# Kernel/Assignment.cpp
# Kernel/Constraint.cpp
# Kernel/Number.cpp
# Kernel/Rational.cpp
# Kernel/V2CIndex.cpp
Kernel/Signature.cpp
Kernel/Unit.cpp
Kernel/BestLiteralSelector.hpp
Expand Down Expand Up @@ -286,11 +281,6 @@ set(VAMPIRE_KERNEL_SOURCES
Kernel/TermIterators.hpp
Kernel/TermTransformer.hpp
Kernel/Theory.hpp
# Kernel/Assignment.hpp
# Kernel/Constraint.hpp
# Kernel/Number.hpp
# Kernel/Rational.hpp
# Kernel/V2CIndex.hpp
Kernel/Signature.hpp
Kernel/Unit.hpp
Kernel/LPO.cpp
Expand Down Expand Up @@ -543,17 +533,8 @@ set(VAMPIRE_SHELL_SOURCES
Shell/TPTPPrinter.cpp
Shell/UIHelper.cpp
Shell/VarManager.cpp
#Shell/ConstantRemover.cpp
#Shell/ConstraintReaderBack.cpp
#Shell/EqualityVariableRemover.cpp
#Shell/EquivalentVariableRemover.cpp
#Shell/HalfBoundingRemover.cpp
Shell/Lexer.cpp
#Shell/PARSER_TKV.cpp
Shell/Preprocess.cpp
#Shell/SMTLEX.cpp
#Shell/SMTPAR.cpp
#Shell/SubsumptionRemover.cpp
Shell/AnswerExtractor.hpp
Shell/CommandLine.hpp
Shell/CNF.hpp
Expand Down Expand Up @@ -607,16 +588,6 @@ set(VAMPIRE_SHELL_SOURCES
Shell/Preprocess.hpp
Shell/SubexpressionIterator.cpp
Shell/SubexpressionIterator.hpp
# TODO: GNUMP build depends on these, remove with GNUMP
#Shell/ConstantRemover.hpp
#Shell/ConstraintReaderBack.hpp
#Shell/EqualityVariableRemover.hpp
#Shell/EquivalentVariableRemover.hpp
#Shell/HalfBoundingRemover.hpp
#Shell/PARSER_TKV.hpp
#Shell/SMTLEX.hpp
#Shell/SMTPAR.hpp
#Shell/SubsumptionRemover.hpp
)
source_group(shell_source_files FILES ${VAMPIRE_SHELL_SOURCES})

Expand Down Expand Up @@ -745,7 +716,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
# set preprocessor defines
add_compile_definitions(CHECK_LEAKS=0)
if(CMAKE_BUILD_TYPE STREQUAL Debug)
add_compile_definitions(VDEBUG=1 UNIX_USE_SIGALRM=1 GNUMP=0)
add_compile_definitions(VDEBUG=1 UNIX_USE_SIGALRM=1)
elseif(CMAKE_BUILD_TYPE STREQUAL Release)
add_compile_definitions(VDEBUG=0)
endif()
Expand Down
131 changes: 0 additions & 131 deletions Kernel/Assignment.cpp

This file was deleted.

67 changes: 0 additions & 67 deletions Kernel/Assignment.hpp

This file was deleted.

Loading

0 comments on commit 9b24b1d

Please sign in to comment.