diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2025-04-21 16:52:31 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-04-22 15:42:33 +0000 |
commit | 1c4c85a00374f4e52b9010aa6b957e6ed90a2f22 (patch) | |
tree | 0384f4c0f1d694ca7897b741322be1e7bd0415d8 | |
parent | be4ae9a97db964a103eee3f7369b10c69daf7f04 (diff) | |
download | edk2-1c4c85a00374f4e52b9010aa6b957e6ed90a2f22.zip edk2-1c4c85a00374f4e52b9010aa6b957e6ed90a2f22.tar.gz edk2-1c4c85a00374f4e52b9010aa6b957e6ed90a2f22.tar.bz2 |
MdePkg/Library: Remove unused gEfiDevicePathProtocolGuid
Remove unused gEfiDevicePathProtocolGuid in Base UefiDevicePathLib
since it's not used.
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
-rw-r--r-- | MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf index 3230430..bc53bf7 100644 --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf @@ -68,7 +68,6 @@ gEfiPersistentVirtualCdGuid
[Protocols]
- gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
gEfiDebugPortProtocolGuid ## UNDEFINED
[Pcd]
|