From 49bfeaad5a19bc86a3354681e19edd6ad3210795 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Wed, 18 Sep 2019 11:17:52 -0500 Subject: Minor cleaning (#3295) --- src/expr/expr_manager_template.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/expr/expr_manager_template.cpp') diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp index 988705aa8..bc3d450d0 100644 --- a/src/expr/expr_manager_template.cpp +++ b/src/expr/expr_manager_template.cpp @@ -715,9 +715,6 @@ std::vector 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 -- cgit v1.2.3