]> gcc.gnu.org Git - gcc.git/commitdiff
tree.h: Remove extraneous template <>.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 19 May 2014 06:47:03 +0000 (06:47 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 19 May 2014 06:47:03 +0000 (06:47 +0000)
gcc/
* tree.h: Remove extraneous template <>.

From-SVN: r210602

gcc/ChangeLog
gcc/tree.h

index dcbe6f658de3e0ae153ebc5f9621815625b5f4b5..7a9996881ba092deeccc3ff5a66593d9f9bc6412 100644 (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
index 14bbeb13618d64fc8c6b119da8d2ea4c8708170c..f9c2ca92640e875f09470d548f0f4c3162f0858b 100644 (file)
@@ -4573,7 +4573,6 @@ namespace wi
     unsigned int get_len () const;
   };
 
-  template <>
   template <int N>
   struct int_traits <extended_tree <N> >
   {
This page took 0.183464 seconds and 5 git commands to generate.