asm_name is not used
authorMatthias Braun <matze@braunis.de>
Thu, 23 Oct 2008 21:59:02 +0000 (21:59 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 23 Oct 2008 21:59:02 +0000 (21:59 +0000)
[r23149]

ast_t.h

diff --git a/ast_t.h b/ast_t.h
index 61553a2..c19adc1 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -570,7 +570,6 @@ struct declaration_t {
        type_t             *type;
        il_size_t           offset;             /**< The offset of this member inside a compound. */
        symbol_t           *symbol;
-       string_t           *asm_name;           /**< GCC extension: ASM label. */
        source_position_t   source_position;
        union {
                bool            complete;           /**< used to indicate whether struct/union types are already defined or if just the name is declared */