Remove the unused field value from struct funcname_expression_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 5 Jun 2012 06:35:47 +0000 (08:35 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 5 Jun 2012 06:35:47 +0000 (08:35 +0200)
ast_t.h

diff --git a/ast_t.h b/ast_t.h
index d78f254..a23e03a 100644 (file)
--- 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 {