Index: src/ControlStruct/MLEMutator.cc
===================================================================
--- src/ControlStruct/MLEMutator.cc	(revision 982d63f614adf976a02207144f8aae600364c069)
+++ src/ControlStruct/MLEMutator.cc	(revision 87b5bf0c846782d88723cd4784006befc064183c)
@@ -166,9 +166,4 @@
 			throw SemanticError("The label defined in the exit loop statement does not exist: " + originalTarget );  // shouldn't happen (since that's already checked)
 		}
-
-		// xxx - possibly remove this
-		// what about exiting innermost block or switch???
-		// if ( enclosingControlStructures.back() == (*targetEntry) )
-		// 	return branchStmt;				// exit the innermost loop (labels unnecessary)
 
 		// branch error checks, get the appropriate label name and create a goto
