Index: translator/ControlStruct/Mutate.cc
===================================================================
--- translator/ControlStruct/Mutate.cc	(revision d4778a6e9b648e3e3f98c72c55e110ea16df1cc9)
+++ translator/ControlStruct/Mutate.cc	(revision b1a6d6b5ecf5925aa65742a37eb5caaa0b59cb43)
@@ -21,12 +21,12 @@
 namespace ControlStruct {
     void mutate( std::list< Declaration * > translationUnit ) {
+	// ForExprMutator formut;
+	LabelFixer lfix;
 	ChooseMutator chmut;
-	ForExprMutator formut;
 	CaseRangeMutator ranges;  // has to run after ChooseMutator
-	LabelFixer lfix;
 	//ExceptMutator exc;
-	LabelTypeChecker lbl;
+	// LabelTypeChecker lbl;
 
-	mutateAll( translationUnit, formut );
+	// mutateAll( translationUnit, formut );
 	acceptAll( translationUnit, lfix );
 	mutateAll( translationUnit, chmut );
