Fix ICC compiler warning.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9612 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2009-12-25 08:05:53 +00:00
parent 164393a065
commit dc05231352
1 changed files with 0 additions and 4 deletions

View File

@ -1630,8 +1630,4 @@ ThirdPartyFvPpiNotifyCallback (
}
} while (FileHandle != NULL);
} while (TRUE);
return EFI_SUCCESS;
}