Index: src/SymTab/Indexer.cc
===================================================================
--- src/SymTab/Indexer.cc	(revision 907eccb29a08fe51aa5e5c20aa28f841482b4436)
+++ src/SymTab/Indexer.cc	(revision 6db3e731f87a3040a293bda9d3aff24155a36ca6)
@@ -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();
