tree.h: Remove extraneous template <>.

gcc/
	* tree.h: Remove extraneous template <>.

From-SVN: r210602
This commit is contained in:
Richard Sandiford 2014-05-19 06:47:03 +00:00 committed by Richard Sandiford
parent eba7629307
commit a65d5b87d1
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -4573,7 +4573,6 @@ namespace wi
unsigned int get_len () const;
};
template <>
template <int N>
struct int_traits <extended_tree <N> >
{