mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-21 19:35:36 -05:00
Remove unneeded initializer.
This commit is contained in:
committed by
Marek Polacek
parent
1d72bef8aa
commit
a5db46c5e6
@@ -957,7 +957,7 @@ decl_attributes (tree *node, tree attributes, int flags,
|
||||
if (!no_add_attrs)
|
||||
{
|
||||
tree old_attrs;
|
||||
tree a = NULL_TREE;
|
||||
tree a;
|
||||
|
||||
if (DECL_P (*anode))
|
||||
old_attrs = DECL_ATTRIBUTES (*anode);
|
||||
|
||||
Reference in New Issue
Block a user