From: vanjeff Date: Thu, 31 Jan 2008 08:11:35 +0000 (+0000) Subject: remove the wrong comments. X-Git-Tag: edk2-stable201903~21544 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6be065d4be09485125128631fb3de8be12c4a85b remove the wrong comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4645 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c index cbf9c0aa2f..24f97eb93b 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c @@ -147,7 +147,6 @@ Tcp4Configure ( IP4_ADDR Ip; IP4_ADDR SubnetMask; -// CpuBreakpoint (); if (NULL == This) { return EFI_INVALID_PARAMETER; }