reg: Remove wrong and useless check (Coverity).
This commit is contained in:
parent
82379e83e3
commit
93dad930cd
|
@ -279,13 +279,6 @@ static int reg_delete(WCHAR *key_name, WCHAR *value_name, BOOL value_empty,
|
||||||
DWORD count;
|
DWORD count;
|
||||||
LONG rc;
|
LONG rc;
|
||||||
|
|
||||||
if (value_name)
|
|
||||||
{
|
|
||||||
RegCloseKey(subkey);
|
|
||||||
reg_message(STRING_INVALID_CMDLINE);
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
rc = RegQueryInfoKeyW(subkey, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
rc = RegQueryInfoKeyW(subkey, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||||
&maxValue, NULL, NULL, NULL);
|
&maxValue, NULL, NULL, NULL);
|
||||||
if (rc != ERROR_SUCCESS)
|
if (rc != ERROR_SUCCESS)
|
||||||
|
|
Loading…
Reference in New Issue