From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.1527.1596607697568595748 for ; Tue, 04 Aug 2020 23:08:17 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: shenglei.zhang@intel.com) IronPort-SDR: 1YnpvHT5x272EfNe12G//IiGaYy2VDbTdUsKR52YmAeskX0czbA9rQFkwbvjN4+Wj1ABQ0Cm41 w+3nifVz0EwQ== X-IronPort-AV: E=McAfee;i="6000,8403,9703"; a="140374243" X-IronPort-AV: E=Sophos;i="5.75,436,1589266800"; d="scan'208";a="140374243" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 23:08:16 -0700 IronPort-SDR: T/WjAthUznPnBYsNWisb5vPEKEC4mYz+/KB2+4fBnfJj1uTajvqL6nhAMb3/H46SgRLCnaV/vV E8fPFFq2G9jw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,436,1589266800"; d="scan'208";a="276013676" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.154.36]) by fmsmga008.fm.intel.com with ESMTP; 04 Aug 2020 23:08:14 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Michael D Kinney , Liming Gao Subject: [PATCH 0/2] Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES Date: Wed, 5 Aug 2020 14:08:02 +0800 Message-Id: <20200805060804.30476-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777 Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated. So remove it from MdePkg and MdeModulePkg. Cc: Jian J Wang Cc: Hao A Wu Cc: Michael D Kinney Cc: Liming Gao Shenglei Zhang (2): MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES MdeModulePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES .../DxePrintLibPrint2Protocol/PrintLib.c | 145 ---- MdeModulePkg/Universal/PrintDxe/Print.c | 37 +- MdePkg/Library/BaseLib/String.c | 626 ------------------ MdePkg/Library/BasePcdLibNull/PcdLib.c | 361 ---------- MdePkg/Library/BasePrintLib/PrintLib.c | 118 ---- MdePkg/Library/DxePcdLib/DxePcdLib.c | 399 ----------- MdePkg/Library/PeiPcdLib/PeiPcdLib.c | 397 ----------- MdePkg/Library/UefiLib/UefiLib.c | 92 --- MdeModulePkg/MdeModulePkg.dsc | 1 - MdePkg/Include/Library/BaseLib.h | 409 ------------ MdePkg/Include/Library/PcdLib.h | 520 --------------- MdePkg/Include/Library/PrintLib.h | 110 --- MdePkg/Include/Library/UefiLib.h | 53 -- MdePkg/MdePkg.dsc | 1 - 14 files changed, 6 insertions(+), 3263 deletions(-) -- 2.18.0.windows.1