]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
authorZhang, Shenglei <shenglei.zhang@intel.com>
Wed, 5 Aug 2020 06:08:03 +0000 (14:08 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 13 Oct 2020 01:35:03 +0000 (01:35 +0000)
commit9c1f455f5f0ee63ce080940bf974aac4fefe526b
tree7c70a144f42ca240285dfc0f9ae0bcc4d33650d9
parentcc942105ede58a300ba46f3df0edfa86b3abd4dd
MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Include/Library/BaseLib.h
MdePkg/Include/Library/PcdLib.h
MdePkg/Include/Library/PrintLib.h
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/BaseLib/String.c
MdePkg/Library/BasePcdLibNull/PcdLib.c
MdePkg/Library/BasePrintLib/PrintLib.c
MdePkg/Library/DxePcdLib/DxePcdLib.c
MdePkg/Library/PeiPcdLib/PeiPcdLib.c
MdePkg/Library/UefiLib/UefiLib.c
MdePkg/MdePkg.dsc