mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c:
Comment out unused STATIC function. (TcpPutUint16) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4828 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
24e58768a0
commit
cf26afe34c
@ -33,16 +33,16 @@ TcpGetUint16 (
|
|||||||
return NTOHS (Value);
|
return NTOHS (Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC
|
// STATIC
|
||||||
VOID
|
// VOID
|
||||||
TcpPutUint16 (
|
// TcpPutUint16 (
|
||||||
IN UINT8 *Buf,
|
// IN UINT8 *Buf,
|
||||||
IN UINT16 Data
|
// IN UINT16 Data
|
||||||
)
|
// )
|
||||||
{
|
// {
|
||||||
Data = HTONS (Data);
|
// Data = HTONS (Data);
|
||||||
CopyMem (Buf, &Data, sizeof (UINT16));
|
// CopyMem (Buf, &Data, sizeof (UINT16));
|
||||||
}
|
// }
|
||||||
|
|
||||||
STATIC
|
STATIC
|
||||||
UINT32
|
UINT32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user