Index: src/Validate/ImplementEnumFunc.cpp
===================================================================
--- src/Validate/ImplementEnumFunc.cpp	(revision 2ca7fc29c8c37ba927ee8d0ee98416000df83e36)
+++ src/Validate/ImplementEnumFunc.cpp	(revision 6abb6dc94b1ba4f2beffaa34eb7f3bea3eebb309)
@@ -210,8 +210,5 @@
 		"value",
 		{new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))},
-		{new ast::ObjectDecl(getLocation(), "_ret",
-							ast::deepCopy(decl->base))});
-	// else
-	// 	return genQuasiValueProto();
+		{new ast::ObjectDecl(getLocation(), "_ret", decl->base)});
 }
 
