Revision: 14935
          http://sourceforge.net/p/edk2/code/14935
Author:   ydong10
Date:     2013-12-06 02:48:51 +0000 (Fri, 06 Dec 2013)
Log Message:
-----------
Fixes a build issue (build error ?\226?\128?\152Statement is 
unreachable?\226?\128?\153).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin [email protected]
Reviewed-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c

Modified: trunk/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c    
2013-12-06 01:13:11 UTC (rev 14934)
+++ trunk/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c    
2013-12-06 02:48:51 UTC (rev 14935)
@@ -1432,13 +1432,11 @@
       // No matched varstore is found and directly return.
       //
       goto Done;
-      break;
 
     default:
       break;
     }
   }
-
 Done:
   if (HiiFormPackage != NULL) {
     FreePool (HiiFormPackage);

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


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to