diff options
Diffstat (limited to 'MdePkg/Include/Protocol/StatusCode.h')
-rw-r--r-- | MdePkg/Include/Protocol/StatusCode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/StatusCode.h b/MdePkg/Include/Protocol/StatusCode.h index d9f08c70bc..8f90cafb76 100644 --- a/MdePkg/Include/Protocol/StatusCode.h +++ b/MdePkg/Include/Protocol/StatusCode.h @@ -62,8 +62,6 @@ EFI_STATUS This protocol must be produced by a runtime DXE driver and may be consumed
only by the DXE Foundation.
- @param ReportStatusCode Emit a status code.
-
**/
typedef struct _EFI_STATUS_CODE_PROTOCOL {
EFI_REPORT_STATUS_CODE ReportStatusCode;
|