diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-08 19:48:46 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-08 19:48:46 +0000 |
commit | 0f127da65a69bb38b174bd595c205d060cff1bf7 (patch) | |
tree | 0040118ed0daf978d8c5f47d24f7f6ab288a0189 /EmbeddedPkg | |
parent | d3f55de3fd56545ca38cf5ee9fce0db1118f81cd (diff) | |
download | edk2-0f127da65a69bb38b174bd595c205d060cff1bf7.tar.gz edk2-0f127da65a69bb38b174bd595c205d060cff1bf7.tar.bz2 edk2-0f127da65a69bb38b174bd595c205d060cff1bf7.zip |
Fix gcc warning.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10471 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r-- | EmbeddedPkg/Ebl/EfiDevice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EmbeddedPkg/Ebl/EfiDevice.c b/EmbeddedPkg/Ebl/EfiDevice.c index 922be589bd..354a6d7720 100644 --- a/EmbeddedPkg/Ebl/EfiDevice.c +++ b/EmbeddedPkg/Ebl/EfiDevice.c @@ -207,7 +207,6 @@ EblDeviceCmd ( IN CHAR8 **Argv
)
{
- EFI_STATUS Status;
UINTN Index;
UINTN CurrentRow;
UINTN Max;
|