mirror of https://github.com/acidanthera/audk.git
Roll back one unnecessary change in Dispatcher.c, which is added by previous patch.
Signed-off-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13662 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5db28a6753
commit
e407ceecc7
|
@ -89,18 +89,8 @@ typedef struct {
|
||||||
EFI_DEVICE_PATH_PROTOCOL End;
|
EFI_DEVICE_PATH_PROTOCOL End;
|
||||||
} FV_FILEPATH_DEVICE_PATH;
|
} FV_FILEPATH_DEVICE_PATH;
|
||||||
|
|
||||||
FV_FILEPATH_DEVICE_PATH mFvDevicePath = {
|
FV_FILEPATH_DEVICE_PATH mFvDevicePath;
|
||||||
{
|
|
||||||
0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
END_DEVICE_PATH_TYPE,
|
|
||||||
END_ENTIRE_DEVICE_PATH_SUBTYPE,
|
|
||||||
{
|
|
||||||
END_DEVICE_PATH_LENGTH
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
//
|
//
|
||||||
// Function Prototypes
|
// Function Prototypes
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue