* libgcc2.c (__popcount_tab): Remove redundant prototype.

From-SVN: r104702
This commit is contained in:
Nick Clifton 2005-09-27 17:11:39 +00:00 committed by Nick Clifton
parent 86ad3aa989
commit 3542b7ccd2
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-09-27 Nick Clifton <nickc@redhat.com>
* libgcc2.c (__popcount_tab): Remove redundant prototype.
2005-09-26 Jason Merrill <jason@redhat.com>
PR c++/13764

View 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] =
{