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