]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.h
MdeModulePkg Tcp4Dxe: Remove redundant functions
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Option.h
index 5185aecea8e0157d52dc86ddd2fecc58a04dbecd..f9782cb598014b727ba56e7d3d765bd56f9ab4a2 100644 (file)
@@ -126,20 +126,5 @@ TcpParseOption (
   IN OUT TCP_OPTION *Option\r
   );\r
 \r
-/**\r
-  Check the segment against PAWS.\r
-\r
-  @param  Tcb     Pointer to the TCP_CB of this TCP instance.\r
-  @param  TSVal   The timestamp value.\r
-\r
-  @retval 1       The segment passed the PAWS check.\r
-  @retval 0       The segment failed to pass the PAWS check.\r
-\r
-**/\r
-UINT32\r
-TcpPawsOK (\r
-  IN TCP_CB *Tcb,\r
-  IN UINT32 TSVal\r
-  );\r
 \r
 #endif\r