PR bootstrap/53459 - unused local typedef when building on altivec

libcpp/

	PR bootstrap/53459
	* lex.c (search_line_fast): Remove unused typedef check_count.

From-SVN: r187853
This commit is contained in:
Dodji Seketeli 2012-05-24 21:05:49 +00:00 committed by Dodji Seketeli
parent 9e65cec2fd
commit 27c53c0cce
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-24 Dodji Seketeli <dodji@redhat.com>
PR bootstrap/53459
* lex.c (search_line_fast): Remove unused typedef check_count.
2012-05-16 Dodji Seketeli <dodji@redhat.com>
PR preprocessor/7263

View File

@ -590,7 +590,6 @@ search_line_fast (const uchar *s, const uchar *end ATTRIBUTE_UNUSED)
{
#define N (sizeof(vc) / sizeof(long))
typedef char check_count[(N == 2 || N == 4) * 2 - 1];
union {
vc v;
unsigned long l[N];