diff --git a/libwccl/parser/ANTLRParserResult.h b/libwccl/parser/ANTLRParserResult.h
index 7845f86d8babc0e1cd1886a3e8acae61a89b02b0..ebf9bc314f8572717668c7c6ea39f1285d797695 100644
--- a/libwccl/parser/ANTLRParserResult.h
+++ b/libwccl/parser/ANTLRParserResult.h
@@ -31,7 +31,6 @@ public:
 	{
 	}
 
-	boost::shared_ptr<Wccl::Variables> variables;
 	boost::shared_ptr<Wccl::Function<T> > op;
 
 	boost::shared_ptr<Wccl::FunctionBase> get_op_base() const