summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/type_node.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expr/type_node.cpp b/src/expr/type_node.cpp
index fd65f96b9..b54290612 100644
--- a/src/expr/type_node.cpp
+++ b/src/expr/type_node.cpp
@@ -20,7 +20,6 @@
#include "expr/node_manager_attributes.h"
#include "expr/type_properties.h"
#include "options/base_options.h"
-#include "options/bv_options.h"
#include "options/expr_options.h"
#include "options/quantifiers_options.h"
#include "options/uf_options.h"
@@ -223,7 +222,6 @@ bool TypeNode::isClosedEnumerable()
}
bool TypeNode::isFirstClass() const {
- (void)options::bitblastMode();
return ( getKind() != kind::FUNCTION_TYPE || options::ufHo() ) &&
getKind() != kind::CONSTRUCTOR_TYPE &&
getKind() != kind::SELECTOR_TYPE &&
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback