Commit 14ac50c7 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winebuild: Remove dead code (clang).

parent 4843cff6
......@@ -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 (;;)
......
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment