]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jun 2011 22:44:27 +0000 (22:44 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jun 2011 22:44:27 +0000 (22:44 +0000)
commitf6079c7003bd2f20e6754e931fd24434a0be5c87
tree348004e352fd2f7cdfe989aadd5666ca65680476
parentbfa084fad99cd91f5cc0ba897ca9030cc45134ac
IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition

If the call to SetVariable is to delete the variable,
but the variable was not found, then we return EFI_SUCCESS
rather than EFI_NOT_FOUND.

Signed-off-by: jljusten
Reviewed-by: jcarsey
Reviewed-by: geekboy15a
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11840 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c