]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FileExplorerLib: Remove the useless code.
authorEric Dong <eric.dong@intel.com>
Wed, 16 Dec 2015 11:54:50 +0000 (11:54 +0000)
committerydong10 <ydong10@Edk2>
Wed, 16 Dec 2015 11:54:50 +0000 (11:54 +0000)
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.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19302 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/FileExplorerLib/FileExplorer.c

index c64a94bebe5972b2b3e25ecc9cd477b2809bd520..bcf3ec97f6d05828df8c33ca225f4d90a39b0847 100644 (file)
@@ -184,8 +184,6 @@ LibCallback (
     return EFI_UNSUPPORTED;\r
   }\r
 \r
-  *ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE;\r
-\r
   if (Action == EFI_BROWSER_ACTION_CHANGED) {\r
     if ((Value == NULL) || (ActionRequest == NULL)) {\r
       return EFI_INVALID_PARAMETER;\r