tree.h: Remove extraneous template <>.
gcc/ * tree.h: Remove extraneous template <>. From-SVN: r210602
This commit is contained in:
parent
eba7629307
commit
a65d5b87d1
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* tree.h: Remove extraneous template <>.
|
||||
|
||||
2014-05-17 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* ipa.c (symtab_remove_unreachable_nodes): Remove
|
||||
|
|
|
@ -4573,7 +4573,6 @@ namespace wi
|
|||
unsigned int get_len () const;
|
||||
};
|
||||
|
||||
template <>
|
||||
template <int N>
|
||||
struct int_traits <extended_tree <N> >
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue