Revision: 19302 http://sourceforge.net/p/edk2/code/19302 Author: ydong10 Date: 2015-12-16 11:54:50 +0000 (Wed, 16 Dec 2015) Log Message: ----------- FileExplorerLib: Remove the useless code.
The caller has initial the input parameter before call this function, So this code is useless. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.d...@intel.com> Reviewed-by: Liming Gao <liming....@intel.com> Modified Paths: -------------- trunk/edk2/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c Modified: trunk/edk2/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c =================================================================== --- trunk/edk2/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c 2015-12-16 11:48:27 UTC (rev 19301) +++ trunk/edk2/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c 2015-12-16 11:54:50 UTC (rev 19302) @@ -184,8 +184,6 @@ return EFI_UNSUPPORTED; } - *ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; - if (Action == EFI_BROWSER_ACTION_CHANGED) { if ((Value == NULL) || (ActionRequest == NULL)) { return EFI_INVALID_PARAMETER; ------------------------------------------------------------------------------ _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits