From 8351ac13c24dd6289595063381afdc464901e449 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 5 Jun 2012 08:35:47 +0200 Subject: [PATCH] Remove the unused field value from struct funcname_expression_t. --- ast_t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ast_t.h b/ast_t.h index d78f254..a23e03a 100644 --- a/ast_t.h +++ b/ast_t.h @@ -272,7 +272,6 @@ struct string_literal_expression_t { struct funcname_expression_t { expression_base_t base; funcname_kind_t kind; - string_t value; /**< the value once assigned. */ }; struct compound_literal_expression_t { -- 2.20.1