mirror of https://github.com/acidanthera/audk.git
BaseTools: Remove duplicate function declaration
Remove duplicate function declaration Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
cd25509b1f
commit
6f06101ddf
|
@ -374,13 +374,6 @@ UefiDevicePathLibConvertTextToDevicePath (
|
||||||
);
|
);
|
||||||
|
|
||||||
EFI_DEVICE_PATH_PROTOCOL *
|
EFI_DEVICE_PATH_PROTOCOL *
|
||||||
CreateDeviceNode (
|
|
||||||
UINT8 NodeType,
|
|
||||||
UINT8 NodeSubType,
|
|
||||||
UINT16 NodeLength
|
|
||||||
);
|
|
||||||
|
|
||||||
EFI_DEVICE_PATH_PROTOCOL *
|
|
||||||
CreateDeviceNode (
|
CreateDeviceNode (
|
||||||
UINT8 NodeType,
|
UINT8 NodeType,
|
||||||
UINT8 NodeSubType,
|
UINT8 NodeSubType,
|
||||||
|
|
Loading…
Reference in New Issue