Index: src/CodeGen/GenType.cc
===================================================================
--- src/CodeGen/GenType.cc	(revision b2ea0cddcfd03f2242eda9e8d588f2ce92daf9a7)
+++ src/CodeGen/GenType.cc	(revision acb33f15d3e545defb3cca21e653745f42fa6553)
@@ -46,5 +46,4 @@
 	void postvisit( ast::UnionInstType const * type );
 	void postvisit( ast::EnumInstType const * type );
-	void postvisit( ast::EnumAttrType const * type );
 	void postvisit( ast::TypeInstType const * type );
 	void postvisit( ast::TupleType const * type );
@@ -240,8 +239,4 @@
 }
 
-void GenType::postvisit( ast::EnumAttrType const * type ) {
-	postvisit( type->instance );
-}
-
 void GenType::postvisit( ast::TypeInstType const * type ) {
 	assertf( !options.genC, "TypeInstType should not reach code generation." );
