Index: src/SymTab/Autogen.cc
===================================================================
--- src/SymTab/Autogen.cc	(revision fb7dca0f78acb8fb54669455e376357204e4aa2b)
+++ src/SymTab/Autogen.cc	(revision c00ddfea2a72aea87b7f7d2ac4a622123973921e)
@@ -10,6 +10,6 @@
 // Created On       : Thu Mar 03 15:45:56 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Feb  2 18:04:40 2017
-// Update Count     : 11
+// Last Modified On : Thu Feb 16 15:02:50 2017
+// Update Count     : 13
 //
 
@@ -658,5 +658,4 @@
 
 		maybeAccept( functionDecl->get_functionType(), *this );
-		acceptAll( functionDecl->get_oldDecls(), *this );
 		functionNesting += 1;
 		maybeAccept( functionDecl->get_statements(), *this );
@@ -752,5 +751,4 @@
 	DeclarationWithType * AutogenTupleRoutines::mutate( FunctionDecl *functionDecl ) {
 		functionDecl->set_functionType( maybeMutate( functionDecl->get_functionType(), *this ) );
-		mutateAll( functionDecl->get_oldDecls(), *this );
 		functionNesting += 1;
 		functionDecl->set_statements( maybeMutate( functionDecl->get_statements(), *this ) );
Index: src/SymTab/Indexer.cc
===================================================================
--- src/SymTab/Indexer.cc	(revision fb7dca0f78acb8fb54669455e376357204e4aa2b)
+++ src/SymTab/Indexer.cc	(revision c00ddfea2a72aea87b7f7d2ac4a622123973921e)
@@ -10,6 +10,6 @@
 // Created On       : Sun May 17 21:37:33 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jul 12 17:47:47 2016
-// Update Count     : 12
+// Last Modified On : Thu Feb 16 14:59:19 2017
+// Update Count     : 13
 //
 
@@ -236,5 +236,4 @@
 		enterScope();
 		maybeAccept( functionDecl->get_functionType(), *this );
-		acceptAll( functionDecl->get_oldDecls(), *this );
 		maybeAccept( functionDecl->get_statements(), *this );
 		leaveScope();
