mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
removed obsolete goto statement
svn path=/trunk/; revision=18036
This commit is contained in:
parent
1effd8ff68
commit
5f28a5ed9f
1 changed files with 0 additions and 2 deletions
|
@ -518,7 +518,6 @@ RegpCopyTree(IN HKEY hKeySrc,
|
|||
NtClose(NewKeyHandle);
|
||||
|
||||
Status2 = STATUS_INSUFFICIENT_RESOURCES;
|
||||
goto GoNextKey;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -527,7 +526,6 @@ RegpCopyTree(IN HKEY hKeySrc,
|
|||
}
|
||||
}
|
||||
|
||||
GoNextKey:
|
||||
if (!NT_SUCCESS(Status2) && NT_SUCCESS(Status))
|
||||
{
|
||||
Status = Status2;
|
||||
|
|
Loading…
Reference in a new issue