From 96b699bc6cccd1ade32e2d5ef73ce004063b8201 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Thu, 2 Mar 2017 15:24:07 -0600 Subject: Minor cleanup and reorganization related to last commit. --- src/options/Makefile.am | 2 -- src/options/boolean_term_conversion_mode.cpp | 24 -------------------- src/options/boolean_term_conversion_mode.h | 34 ---------------------------- src/options/options_handler.cpp | 1 - src/options/options_handler.h | 1 - 5 files changed, 62 deletions(-) delete mode 100644 src/options/boolean_term_conversion_mode.cpp delete mode 100644 src/options/boolean_term_conversion_mode.h (limited to 'src/options') 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 - -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 - -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" -- cgit v1.2.3