diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-16 21:22:32 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-21 14:41:54 +0100 |
commit | d2f438bf6a5148e44ca8258ee3c210b95c8b69dd (patch) | |
tree | 0c6f81204b67300d3a648a0a4d8765f7af1c26ff /BaseTools/Source/Python | |
parent | 41915a19a7724a7eb8c4d35deb51261ea9ad0416 (diff) | |
download | edk2-d2f438bf6a5148e44ca8258ee3c210b95c8b69dd.tar.gz edk2-d2f438bf6a5148e44ca8258ee3c210b95c8b69dd.tar.bz2 edk2-d2f438bf6a5148e44ca8258ee3c210b95c8b69dd.zip |
StandaloneMmPkg/StandaloneMmCoreEntryPoint: remove bogus ASSERT_EFI_ERROR()s
ASSERT_EFI_ERROR (x) is a shorthand for ASSERT(!EFI_ERROR(x)), and so
it should only be used with EFI_STATUS type expressions.
So drop two instances that operate on other types, since neither looks
particularly useful.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions