Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision e9949120d825c73f9ad9af713b9677424d5f15e6)
+++ src/CodeGen/CodeGenerator.cc	(revision 3a5131ed67382189022455b971ca8ed0a8f3e6a9)
@@ -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 15:05:18 2017
-// Update Count     : 417
+// Last Modified On : Thu Feb 16 14:56:29 2017
+// Update Count     : 418
 //
 
@@ -141,10 +141,4 @@
 		} // if
 		output << genType( functionDecl->get_functionType(), mangleName( functionDecl ), pretty );
-
-		// how to get this to the Functype?
-		std::list< Declaration * > olds = functionDecl->get_oldDecls();
-		if ( ! olds.empty() ) {
-			output << " /* function has old declaration */";
-		} // if
 
 		asmName( functionDecl );
