Minor cleaning (#3295)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 18 Sep 2019 16:17:52 +0000 (11:17 -0500)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 16:17:52 +0000 (11:17 -0500)
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h

index 988705aa88545ebdd4d84397cc547f4ae5c82376..bc3d450d06c08f408e7b87e81db98708477252fe 100644 (file)
@@ -715,9 +715,6 @@ std::vector<DatatypeType> ExprManager::mkMutualDatatypeTypes(
         (*i)->getName().c_str());
     nameResolutions.insert(std::make_pair((*i)->getName(), dtt));
     dtts.push_back(dtt);
-    //d_keep_dtt.push_back(dtt);
-    //d_keep_dt.push_back(*i);
-    //Assert( dtt.getDatatype()==(*i) );
   }
 
   // Second, set up the type substitution map for complex type
index a4efa7286126514f49d955c49f5e1cb55ea205c3..44871ff99cd726dc07bccb48da224d5861c49df7 100644 (file)
@@ -79,10 +79,7 @@ private:
   // undefined, private copy constructor and assignment op (disallow copy)
   ExprManager(const ExprManager&) = delete;
   ExprManager& operator=(const ExprManager&) = delete;
-
-  std::vector<DatatypeType> d_keep_dtt;
-  std::vector<Datatype> d_keep_dt;
-
+  
 public:
 
   /**