mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[SETUPAPI] Remove dead code. wine patch by André Hentschel
svn path=/trunk/; revision=72565
This commit is contained in:
parent
b0d2f91e07
commit
cd73072e50
1 changed files with 1 additions and 3 deletions
|
@ -136,11 +136,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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue