summaryrefslogtreecommitdiff
path: root/src/options/boolean_term_conversion_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/boolean_term_conversion_mode.h')
-rw-r--r--src/options/boolean_term_conversion_mode.h34
1 files changed, 0 insertions, 34 deletions
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 */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback