mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
setupapi/tests: Remove unused variable.
This commit is contained in:
parent
cdf091f2c9
commit
f7f38c5def
@ -406,7 +406,7 @@ static const char *check_key( INFCONTEXT *context, const char *wanted )
|
||||
static void test_key_names(void)
|
||||
{
|
||||
char buffer[MAX_INF_STRING_LENGTH+32];
|
||||
const char *key, *line;
|
||||
const char *line;
|
||||
unsigned int i, index, count;
|
||||
UINT err_line;
|
||||
HINF hinf;
|
||||
@ -426,7 +426,7 @@ static void test_key_names(void)
|
||||
ret = SetupFindFirstLineA( hinf, "Test", 0, &context );
|
||||
assert( ret );
|
||||
|
||||
key = check_key( &context, key_names[i].key );
|
||||
check_key( &context, key_names[i].key );
|
||||
|
||||
buffer[0] = buffer[1] = 0; /* build the full line */
|
||||
for (index = 0; ; index++)
|
||||
|
Loading…
Reference in New Issue
Block a user