Index: src/SynTree/Mutator.cc
===================================================================
--- src/SynTree/Mutator.cc	(revision e9949120d825c73f9ad9af713b9677424d5f15e6)
+++ src/SynTree/Mutator.cc	(revision f07e037f4c08d55584f8523e8fe945f25159a08b)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Feb  9 14:22:56 2017
-// Update Count     : 20
+// Last Modified On : Thu Feb 16 15:02:23 2017
+// Update Count     : 21
 //
 
@@ -38,5 +38,4 @@
 DeclarationWithType *Mutator::mutate( FunctionDecl *functionDecl ) {
 	functionDecl->set_functionType( maybeMutate( functionDecl->get_functionType(), *this ) );
-	mutateAll( functionDecl->get_oldDecls(), *this );
 	functionDecl->set_statements( maybeMutate( functionDecl->get_statements(), *this ) );
 	return functionDecl;
