]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/PxeDhcp4Dxe/Support.c
Use Mde library and definition instead of some native definitions in NetLib, to simpl...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / PxeDhcp4Dxe / Support.c
index 2e750522ca6bead5d5ed717e74c34212a5f12c4a..1406cbb4adce1473e3ba92d852392db5803d9777 100644 (file)
@@ -883,31 +883,6 @@ Returns:
   //\r
   // Wait for packet(s)...\r
   //\r
-#if 0\r
-  if (!client_ip) {\r
-    Aprint ("client_ip == NULL    ");\r
-  } else {\r
-    Aprint (\r
-      "client_ip == %d.%d.%d.%d    ",\r
-      client_ip->v4.Addr[0],\r
-      client_ip->v4.Addr[1],\r
-      client_ip->v4.Addr[2],\r
-      client_ip->v4.Addr[3]\r
-      );\r
-  }\r
-\r
-  if (!ServerIp) {\r
-    Aprint ("ServerIp == NULL\n");\r
-  } else {\r
-    Aprint (\r
-      "ServerIp == %d.%d.%d.%d\n",\r
-      ServerIp->v4.Addr[0],\r
-      ServerIp->v4.Addr[1],\r
-      ServerIp->v4.Addr[2],\r
-      ServerIp->v4.Addr[3]\r
-      );\r
-  }\r
-#endif\r
 \r
   done_flag   = FALSE;\r
   got_packet  = FALSE;\r