diff options
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/StatusCode.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/StatusCode.h b/IntelFrameworkPkg/Include/Framework/StatusCode.h index 41b7720f2c..91b9d08a08 100644 --- a/IntelFrameworkPkg/Include/Framework/StatusCode.h +++ b/IntelFrameworkPkg/Include/Framework/StatusCode.h @@ -880,16 +880,4 @@ //
#define EFI_DC_UNSPECIFIED 0x0
-///////////////////////////////////////////////////////////////////////////////
-// Common Status Code Definitions
-///////////////////////////////////////////////////////////////////////////////
-///
-/// This is the max data size including all the headers which can be passed
-/// as Status Code data. This data should be multiple of 8 byte
-/// to avoid any kind of boundary issue. Also, sum of this data size (inclusive
-/// of size of EFI_STATUS_CODE_DATA should not exceed the max record size of
-/// data hub
-///
-#define EFI_STATUS_CODE_DATA_MAX_SIZE 200
-
#endif
|