summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/nl_ext_purify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/nl_ext_purify.cpp')
-rw-r--r--src/preprocessing/passes/nl_ext_purify.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preprocessing/passes/nl_ext_purify.cpp b/src/preprocessing/passes/nl_ext_purify.cpp
index 630f35c14..744bd8ad8 100644
--- a/src/preprocessing/passes/nl_ext_purify.cpp
+++ b/src/preprocessing/passes/nl_ext_purify.cpp
@@ -16,7 +16,6 @@
#include "preprocessing/passes/nl_ext_purify.h"
-#include "preprocessing/preprocessing_pass_registry.h"
namespace CVC4 {
namespace preprocessing {
@@ -127,7 +126,6 @@ PreprocessingPassResult NlExtPurify::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
-static RegisterPass<NlExtPurify> X("nl-ext-purify");
} // namespace passes
} // namespace preprocessing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback