remove duplicates from gcc-attr-list.h

gcc-attr-list.h constains list of 'known' attributes
but some of them are already defined in keyword_table[].

So, remove these duplicated attributes from the list
(including '__default__' which is not duplicated but doesn't
appear to be an attribute).

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
1 file changed