summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-02 15:24:07 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-02 15:24:07 -0600
commit96b699bc6cccd1ade32e2d5ef73ce004063b8201 (patch)
tree8128f4bd212c87cc193f11648a136bd4236fbf83 /src/options
parent1f4b954a2cc7667a56a3007fa75c125fba93ed23 (diff)
Minor cleanup and reorganization related to last commit.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/Makefile.am2
-rw-r--r--src/options/boolean_term_conversion_mode.cpp24
-rw-r--r--src/options/boolean_term_conversion_mode.h34
-rw-r--r--src/options/options_handler.cpp1
-rw-r--r--src/options/options_handler.h1
5 files changed, 0 insertions, 62 deletions
diff --git a/src/options/Makefile.am b/src/options/Makefile.am
index 1eb84b45f..31330a97c 100644
--- a/src/options/Makefile.am
+++ b/src/options/Makefile.am
@@ -216,8 +216,6 @@ liboptions_la_SOURCES = \
argument_extender_implementation.h \
argument_extender.h \
base_handlers.h \
- boolean_term_conversion_mode.cpp \
- boolean_term_conversion_mode.h \
bv_bitblast_mode.cpp \
bv_bitblast_mode.h \
decision_mode.cpp \
diff --git a/src/options/boolean_term_conversion_mode.cpp b/src/options/boolean_term_conversion_mode.cpp
deleted file mode 100644
index 4fc9b1f8d..000000000
--- a/src/options/boolean_term_conversion_mode.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-/********************* */
-/*! \file boolean_term_conversion_mode.cpp
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, Tim King
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2016 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
- ** All rights reserved. See the file COPYING in the top-level source
- ** directory for licensing information.\endverbatim
- **
- ** \brief [[ Add one-line brief description here ]]
- **
- ** [[ Add lengthier description here ]]
- ** \todo document this file
- **/
-#include "options/boolean_term_conversion_mode.h"
-
-#include <iostream>
-
-namespace CVC4 {
-
-
-}/* CVC4 namespace */
diff --git a/src/options/boolean_term_conversion_mode.h b/src/options/boolean_term_conversion_mode.h
deleted file mode 100644
index 57e2ccaf4..000000000
--- a/src/options/boolean_term_conversion_mode.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/********************* */
-/*! \file boolean_term_conversion_mode.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, Tim King
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2016 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
- ** All rights reserved. See the file COPYING in the top-level source
- ** directory for licensing information.\endverbatim
- **
- ** \brief [[ Add one-line brief description here ]]
- **
- ** [[ Add lengthier description here ]]
- ** \todo document this file
- **/
-
-#include "cvc4_private.h"
-
-#ifndef __CVC4__THEORY__BOOLEANS__BOOLEAN_TERM_CONVERSION_MODE_H
-#define __CVC4__THEORY__BOOLEANS__BOOLEAN_TERM_CONVERSION_MODE_H
-
-#include <iosfwd>
-
-namespace CVC4 {
-namespace theory {
-namespace booleans {
-
-}/* CVC4::theory::booleans namespace */
-}/* CVC4::theory namespace */
-
-}/* CVC4 namespace */
-
-#endif /* __CVC4__THEORY__BOOLEANS__BOOLEAN_TERM_CONVERSION_MODE_H */
diff --git a/src/options/options_handler.cpp b/src/options/options_handler.cpp
index c0aa67cd4..94bf15540 100644
--- a/src/options/options_handler.cpp
+++ b/src/options/options_handler.cpp
@@ -32,7 +32,6 @@
#include "options/arith_propagation_mode.h"
#include "options/arith_unate_lemma_mode.h"
#include "options/base_options.h"
-#include "options/boolean_term_conversion_mode.h"
#include "options/bv_bitblast_mode.h"
#include "options/bv_options.h"
#include "options/decision_mode.h"
diff --git a/src/options/options_handler.h b/src/options/options_handler.h
index 248f15c98..6721eaa2b 100644
--- a/src/options/options_handler.h
+++ b/src/options/options_handler.h
@@ -27,7 +27,6 @@
#include "options/arith_propagation_mode.h"
#include "options/arith_unate_lemma_mode.h"
#include "options/base_handlers.h"
-#include "options/boolean_term_conversion_mode.h"
#include "options/bv_bitblast_mode.h"
#include "options/decision_mode.h"
#include "options/language.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback