diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-25 08:05:53 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-25 08:05:53 +0000 |
commit | dc05231352ec2c0f62f6a32a033a3323e19bc78d (patch) | |
tree | be7822cfe3643ed7bbfcb06940955917f0aa173c | |
parent | 164393a065e90e22f7effccaf8ce1c5c90b3ff23 (diff) | |
download | edk2-platforms-dc05231352ec2c0f62f6a32a033a3323e19bc78d.tar.xz |
Fix ICC compiler warning.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9612 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Core/Pei/FwVol/FwVol.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c b/MdeModulePkg/Core/Pei/FwVol/FwVol.c index 140f1b0b73..8bf096a67e 100644 --- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c @@ -1630,8 +1630,4 @@ ThirdPartyFvPpiNotifyCallback ( }
} while (FileHandle != NULL);
} while (TRUE);
-
- return EFI_SUCCESS;
}
-
-
\ No newline at end of file |