diff options
Diffstat (limited to 'MdeModulePkg/Include/VariableFormat.h')
-rw-r--r-- | MdeModulePkg/Include/VariableFormat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdeModulePkg/Include/VariableFormat.h b/MdeModulePkg/Include/VariableFormat.h index 7c0bf1a3eb..2f7c7c6663 100644 --- a/MdeModulePkg/Include/VariableFormat.h +++ b/MdeModulePkg/Include/VariableFormat.h @@ -100,11 +100,6 @@ typedef struct { #define VAR_ADDED 0x3f ///< Variable has been completely added
///
-/// Removed
-///
-#define IS_VARIABLE_STATE(_c, _Mask) (BOOLEAN) (((~_c) & (~_Mask)) != 0)
-
-///
/// Variable Data Header Structure
///
typedef struct {
|