Revision: 14117
          http://edk2.svn.sourceforge.net/edk2/?rev=14117&view=rev
Author:   sfu5
Date:     2013-02-01 04:50:28 +0000 (Fri, 01 Feb 2013)
Log Message:
-----------
Removes a useless condition in PxeBcImpl.c.

Signed-off-by: Olivier Martin <olivier.mar...@arm.com>
Reviewed-by: Ye Ting  <ting...@intel.com>
Reviewed-by: Fu Siyuan <siyuan...@intel.com>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c

Modified: trunk/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c  
2013-02-01 04:47:37 UTC (rev 14116)
+++ trunk/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c  
2013-02-01 04:50:28 UTC (rev 14117)
@@ -1,7 +1,7 @@
 /** @file
   Interface routines for PxeBc.
 
-Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -652,9 +652,6 @@
   // finished, set the various Mode members.
   //
   Status = PxeBcCheckSelectedOffer (Private);
-  if (!EFI_ERROR (Status)) {
-    goto ON_EXIT;
-  }
 
 ON_EXIT:
   if (EFI_ERROR (Status)) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to