OSDN Git Service

* libgcc2.c (__popcount_tab): Remove redundant prototype.
[pf3gnuchains/gcc-fork.git] / gcc / libgcc2.c
index 5950cc9..8838c30 100644 (file)
@@ -725,11 +725,6 @@ __ctzDI2 (UDWtype x)
 }
 #endif
 
-#if (defined (L_popcountsi2) || defined (L_popcountdi2)        \
-     || defined (L_popcount_tab))
-extern const UQItype __popcount_tab[] ATTRIBUTE_HIDDEN;
-#endif
-
 #ifdef L_popcount_tab
 const UQItype __popcount_tab[256] =
 {