Index: src/InitTweak/FixInit.cc
===================================================================
--- src/InitTweak/FixInit.cc	(revision 138e29ecafd7b7c16c01bc5bf07aa51231168aa0)
+++ src/InitTweak/FixInit.cc	(revision 3a5131ed67382189022455b971ca8ed0a8f3e6a9)
@@ -10,6 +10,6 @@
 // Created On       : Wed Jan 13 16:29:30 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jul 12 17:41:15 2016
-// Update Count     : 34
+// Last Modified On : Thu Feb 16 14:58:43 2017
+// Update Count     : 35
 //
 
@@ -839,5 +839,4 @@
 		void handleFuncDecl( FunctionDecl * funcDecl, Visitor & visitor ) {
 			maybeAccept( funcDecl->get_functionType(), visitor );
-			acceptAll( funcDecl->get_oldDecls(), visitor );
 			maybeAccept( funcDecl->get_statements(), visitor );
 		}
Index: src/InitTweak/GenInit.cc
===================================================================
--- src/InitTweak/GenInit.cc	(revision 138e29ecafd7b7c16c01bc5bf07aa51231168aa0)
+++ src/InitTweak/GenInit.cc	(revision 3a5131ed67382189022455b971ca8ed0a8f3e6a9)
@@ -9,7 +9,7 @@
 // Author           : Rob Schluntz
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Fri May 13 11:37:48 2016
-// Update Count     : 166
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Thu Feb 16 14:57:53 2017
+// Update Count     : 167
 //
 
@@ -320,5 +320,4 @@
 		}
 		// parameters should not be constructed and destructed, so don't mutate FunctionType
-		mutateAll( functionDecl->get_oldDecls(), *this );
 		functionDecl->set_statements( maybeMutate( functionDecl->get_statements(), *this ) );
 
