Index: src/GenPoly/InstantiateGeneric.cc
===================================================================
--- src/GenPoly/InstantiateGeneric.cc	(revision 9dc3eb21aaa56f0f92f0c321820e671a30ea502f)
+++ src/GenPoly/InstantiateGeneric.cc	(revision 223a63306c486d5cffd07812bcf08afea940d3c4)
@@ -172,5 +172,4 @@
 		InstantiationMap< AggregateDecl, AggregateDecl > instantiations;
 		/// Set of types which are dtype-only generic (and therefore have static layout)
-		// ScopedSet< AggregateDecl* > dtypeStatics;
 		std::set<AggregateDecl *> dtypeStatics;
 		/// Namer for concrete types
@@ -506,10 +505,8 @@
 	void GenericInstantiator::beginScope() {
 		instantiations.beginScope();
-		//dtypeStatics.beginScope();
 	}
 
 	void GenericInstantiator::endScope() {
 		instantiations.endScope();
-		//dtypeStatics.endScope();
 	}
 
