Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision 44a0ca20cb055d3e45fe4b15fca7d515df7d1c17)
+++ src/Parser/ParseNode.h	(revision 421703e64827085f1a09107c73f7cb1d3e182f6a)
@@ -325,11 +325,4 @@
 	Variable_t variable;
 
-	struct Attr_t {
-//		const std::string * name;
-		ExpressionNode * expr;
-		DeclarationNode * type;
-	};
-	Attr_t attr;
-
 	struct StaticAssert_t {
 		ExpressionNode * condition;
