winebuild: Remove dead code (clang).

oldstable
André Hentschel 2011-07-03 13:33:33 +02:00 committed by Alexandre Julliard
parent 4843cff6ef
commit 14ac50c7b7
2 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,7 @@ static int get_next_line(void)
static const char * GetToken( int allow_eol )
{
char *p = ParseNext;
char *p;
char *token = TokenBuffer;
for (;;)

View File

@ -188,7 +188,6 @@ static void dump_res_data( const struct resource *res )
size -= 4;
}
output( "0x%08x\n", get_dword() );
size -= 4;
assert( input_buffer_pos == input_buffer_size );
}