BaseTools/VfrCompile: Remove framework VFR support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently there is no usage of framework VFR, remove the support from VfrCompile. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Vfr common library functions.
|
||||
|
||||
Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2004 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
@@ -15,7 +15,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#include "EfiVfr.h"
|
||||
#include "VfrError.h"
|
||||
|
||||
extern BOOLEAN VfrCompatibleMode;
|
||||
static EFI_GUID gEdkiiIfrBitVarGuid = EDKII_IFR_BIT_VARSTORE_GUID;
|
||||
|
||||
#define MAX_BIT_WIDTH 32
|
||||
@@ -424,10 +423,6 @@ public:
|
||||
VOID PrintAllQuestion (IN VOID);
|
||||
VOID ResetInit (IN VOID);
|
||||
|
||||
VOID SetCompatibleMode (IN BOOLEAN Mode) {
|
||||
VfrCompatibleMode = Mode;
|
||||
}
|
||||
|
||||
private:
|
||||
CVfrQuestionDB (IN CONST CVfrQuestionDB&); // Prevent copy-construction
|
||||
CVfrQuestionDB& operator= (IN CONST CVfrQuestionDB&); // Prevent assignment
|
||||
|
Reference in New Issue
Block a user