Index: src/ControlStruct/MLEMutator.cc
===================================================================
--- src/ControlStruct/MLEMutator.cc	(revision 982d63f614adf976a02207144f8aae600364c069)
+++ src/ControlStruct/MLEMutator.cc	(revision 4b2589a5585c447a4b3ff6c5524c919a032e22a4)
@@ -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
