]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Remove duplicate function declaration
authorYunhua Feng <yunhuax.feng@intel.com>
Wed, 8 Aug 2018 01:58:46 +0000 (09:58 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 16 Aug 2018 05:26:04 +0000 (13:26 +0800)
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>
BaseTools/Source/C/DevicePath/UefiDevicePathLib.h

index 7bc974d7710414223d2d52aea9fb4b816797cb6a..1801eb33e6fa81467fa82a5daf1b9487c4ff5d6d 100644 (file)
@@ -374,13 +374,6 @@ UefiDevicePathLibConvertTextToDevicePath (
   );\r
 \r
 EFI_DEVICE_PATH_PROTOCOL *\r
-CreateDeviceNode (\r
-   UINT8                           NodeType,\r
-   UINT8                           NodeSubType,\r
-   UINT16                          NodeLength\r
-  );\r
-\r
- EFI_DEVICE_PATH_PROTOCOL *\r
 CreateDeviceNode (\r
    UINT8                           NodeType,\r
    UINT8                           NodeSubType,\r