diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index cfae6e9..0211f08 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -2171,8 +2171,6 @@ private: /* Every top level asm statement is put into a asm_node. */ struct GTY(()) asm_node { - - /* Next asm node. */ asm_node *next; /* String for this asm node. */ |