From 6f06101ddfedbe3ebbb0b950fcc7449691446ed3 Mon Sep 17 00:00:00 2001 From: Yunhua Feng Date: Wed, 8 Aug 2018 09:58:46 +0800 Subject: [PATCH] BaseTools: Remove duplicate function declaration Remove duplicate function declaration Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng Reviewed-by: Yonghong Zhu --- BaseTools/Source/C/DevicePath/UefiDevicePathLib.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BaseTools/Source/C/DevicePath/UefiDevicePathLib.h b/BaseTools/Source/C/DevicePath/UefiDevicePathLib.h index 7bc974d771..1801eb33e6 100644 --- a/BaseTools/Source/C/DevicePath/UefiDevicePathLib.h +++ b/BaseTools/Source/C/DevicePath/UefiDevicePathLib.h @@ -374,13 +374,6 @@ UefiDevicePathLibConvertTextToDevicePath ( ); EFI_DEVICE_PATH_PROTOCOL * -CreateDeviceNode ( - UINT8 NodeType, - UINT8 NodeSubType, - UINT16 NodeLength - ); - - EFI_DEVICE_PATH_PROTOCOL * CreateDeviceNode ( UINT8 NodeType, UINT8 NodeSubType,