Remove unneeded initializer.

This commit is contained in:
Jakub Jelinek
2025-12-16 09:51:17 +01:00
committed by Marek Polacek
parent 1d72bef8aa
commit a5db46c5e6

View File

@@ -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);