diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 02:44:07 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 02:44:07 +0000 |
commit | 70b6db908a6bb6f12bd8ebc2339d69b8acbc96f3 (patch) | |
tree | 5754bd31a631d469f4c58c95f309bdc21f987662 /EdkModulePkg/Universal | |
parent | 35d4cd92bd21a3538f6c300723b715b1df6911bb (diff) | |
download | edk2-platforms-70b6db908a6bb6f12bd8ebc2339d69b8acbc96f3.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2226 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Universal')
-rw-r--r-- | EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c b/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c index 1ac1c74a5e..43fe3fdfda 100644 --- a/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c +++ b/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c @@ -148,9 +148,6 @@ ReportDispatcher ( IN EFI_STATUS_CODE_DATA *Data OPTIONAL
)
{
- volatile int tt = 1;
- while (tt) {
- }
//
// Use atom operation to avoid the reentant of report.
// If current status is not zero, then the function is reentrancy.
|