Index: src/InitTweak/GenInit.cpp
===================================================================
--- src/InitTweak/GenInit.cpp	(revision 0f5e8cdba2bacf645f79f523a3a2c2aa393e7d17)
+++ src/InitTweak/GenInit.cpp	(revision 83b2fb5e225ae729fffbcf9ffd201ab187bec46e)
@@ -32,5 +32,4 @@
 #include "Common/ToString.hpp"         // for toCString
 #include "Common/UniqueName.hpp"       // for UniqueName
-#include "Common/Utility.hpp"          // for ValueGuard, maybeClone
 #include "GenPoly/GenPoly.hpp"         // for getFunctionType, isPolyType
 #include "GenPoly/ScopedSet.hpp"       // for ScopedSet, ScopedSet<>::const_iter...
@@ -277,5 +276,4 @@
 	}
 	// need to clear and reset qualifiers when determining if a type is managed
-	// ValueGuard< Type::Qualifiers > qualifiers( type->get_qualifiers() );
 	auto tmp = shallowCopy(type);
 	tmp->qualifiers = {};
