diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 5950cc9..8838c30 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -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] = { |