Index: src/SynTree/Mutator.cc
===================================================================
--- src/SynTree/Mutator.cc	(revision f1b1e4c22ee1c825678ab38142bbcf3879708434)
+++ src/SynTree/Mutator.cc	(revision 284b7aa8ecc56ab9518f38d3b664739036e88d21)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed Apr 27 17:07:29 2016
-// Update Count     : 16
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Jul 12 17:51:19 2016
+// Update Count     : 17
 //
 
@@ -130,14 +130,4 @@
 }
 
-Statement *Mutator::mutate( ChooseStmt *switchStmt ) {
-	switchStmt->set_condition( maybeMutate( switchStmt->get_condition(), *this ) );
-	mutateAll( switchStmt->get_branches(), *this );
-	return switchStmt;
-}
-
-Statement *Mutator::mutate( FallthruStmt *fallthruStmt ) {
-	return fallthruStmt;
-}
-
 Statement *Mutator::mutate( CaseStmt *caseStmt ) {
 	caseStmt->set_condition( maybeMutate( caseStmt->get_condition(), *this ) );
