Commit 9edfb14c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

setupapi: Remove dead code (Clang).

parent 67e5e8ed
......@@ -126,11 +126,9 @@ static void concat_W( WCHAR *buffer, const WCHAR *src1, const WCHAR *src2, const
if (buffer[-1] != '\\') *buffer++ = '\\';
if (src3) while (*src3 == '\\') src3++;
}
if (src3)
{
strcpyW( buffer, src3 );
buffer += strlenW(buffer );
}
}
......
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