Remove noop. (#2763)
authorAina Niemetz <aina.niemetz@gmail.com>
Tue, 18 Dec 2018 00:16:16 +0000 (16:16 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 00:16:16 +0000 (16:16 -0800)
src/expr/type_node.cpp

index fd65f96b9fcf686542a531172d797b81d2d61f80..b5429061240787ca1b92947eb2de1d0fb97b2e54 100644 (file)
@@ -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 &&