mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 18:48:42 +02:00
BaseUefiImageLib: Removed superfluous returns.
This commit is contained in:
parent
b21ae28e94
commit
e6a7402b3a
@ -152,7 +152,6 @@ UefiImageInitializeContextPreHash (
|
||||
);
|
||||
if (!RETURN_ERROR (Status)) {
|
||||
Context->FormatIndex = UefiImageFormatUe;
|
||||
return RETURN_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
@ -166,7 +165,6 @@ UefiImageInitializeContextPreHash (
|
||||
);
|
||||
if (!RETURN_ERROR (Status)) {
|
||||
Context->FormatIndex = UefiImageFormatPe;
|
||||
return RETURN_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user