]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c
Removes a useless condition in PxeBcImpl.c.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcImpl.c
index 511e064873a246ce93d6a52bcc299e3b818fe458..0a00ac8504bc34121c63d934b33750ab5d3d44f4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Interface routines for PxeBc.\r
 \r
-Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -652,9 +652,6 @@ EfiPxeBcDhcp (
   // finished, set the various Mode members.\r
   //\r
   Status = PxeBcCheckSelectedOffer (Private);\r
-  if (!EFI_ERROR (Status)) {\r
-    goto ON_EXIT;\r
-  }\r
 \r
 ON_EXIT:\r
   if (EFI_ERROR (Status)) {\r