mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
comctl32/tests: Remove a dead assignment in misc.c (Cppcheck).
This commit is contained in:
parent
f4a13b9f1b
commit
a2818db03b
@ -75,7 +75,7 @@ static void test_GetPtrAW(void)
|
||||
static char dest[MAX_PATH];
|
||||
int sourcelen;
|
||||
int destsize = MAX_PATH;
|
||||
int count = -1;
|
||||
int count;
|
||||
|
||||
sourcelen = strlen(source) + 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user