]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpOption.h
NetworkPkg: TcpDxe: Remove the redundant code.
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpOption.h
index 0ccadb9536c0dafdd05de4fd3e3231974e07914f..e50fb9b1290ad24834134ca49cbc6a85ed09b868 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Tcp option's routine header file.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -126,20 +126,4 @@ TcpParseOption (
   IN OUT TCP_OPTION *Option\r
   );\r
 \r
-/**\r
-  Check the segment against PAWS.\r
-\r
-  @param[in]  Tcb     Pointer to the TCP_CB of this TCP instance.\r
-  @param[in]  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