summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
index 279ada7b11..2dd6e60bb5 100644
--- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
+++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
@@ -1092,12 +1092,6 @@ IpIoCancelTxToken (
Ip = SndEntry->Ip;
Ip->Cancel (Ip, SndEntry->SndToken);
- //
- // Abort the user token.
- //
- SndEntry->SndToken->Status = EFI_ABORTED;
- IpIoTransmitHandler (NULL, SndEntry);
-
break;
}
}