Revision: 16840
http://sourceforge.net/p/edk2/code/16840
Author: hwu1225
Date: 2015-02-12 08:50:03 +0000 (Thu, 12 Feb 2015)
Log Message:
-----------
Remove invalid value sync action when changing value. Else later save change
action will fail.
(Sync patch r16839 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16839
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
Modified:
branches/UDK2014.SP1/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
===================================================================
---
branches/UDK2014.SP1/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
2015-02-12 08:40:16 UTC (rev 16839)
+++
branches/UDK2014.SP1/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
2015-02-12 08:50:03 UTC (rev 16840)
@@ -1,7 +1,7 @@
/** @file
The functions for Boot Maintainence Main menu.
-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, 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
@@ -1004,12 +1004,6 @@
Index++;
}
- CopyMem (
- OldLegacyDev,
- NewLegacyDev,
- Number
- );
-
//
// Return correct question value.
//
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits