Index: src/GenPoly/Box.cpp
===================================================================
--- src/GenPoly/Box.cpp	(revision c75b30ae4d3f97678f27275a033614f675b7fdaf)
+++ src/GenPoly/Box.cpp	(revision 020fa100c9bc0916e08b181151ef5bacc4b91f0f)
@@ -1580,6 +1580,4 @@
 	ast::Expr const * postvisit( ast::OffsetPackExpr const * expr );
 
-	ast::Expr const * postvisit( ast::EnumPosExpr const * expr );
-
 	void beginScope();
 	void endScope();
@@ -1952,9 +1950,4 @@
 
 	return new ast::VariableExpr( expr->location, offsetArray );
-}
-
-// TODO 
-ast::Expr const * PolyGenericCalculator::postvisit( ast::EnumPosExpr const * expr ) {
-	return expr;
 }
 
