]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: UefiShellBcfgCommandLib: drop unused string tokens
authorLaszlo Ersek <lersek@redhat.com>
Thu, 21 Jan 2016 18:39:56 +0000 (18:39 +0000)
committerlersek <lersek@Edk2>
Thu, 21 Jan 2016 18:39:56 +0000 (18:39 +0000)
STR_GEN_PROBLEM_VAL, STR_GEN_TOO_MANY, and STR_BCFG_LOCATION_RANGE are not
used in the C source code. Remove them to decrease clutter.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ryan Harkin <ryan.harkin@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19707 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.uni

index b680a48f508d4938f9697e7c9df2abb189e4ef7b..25bd138b2b88c3033c25394d6b858dbd17567698 100644 (file)
 \r
 #string STR_GEN_NO_MEM            #language en-US "%H%s%N: Memory is not available.\r\n"\r
 #string STR_GEN_PROBLEM           #language en-US "%H%s%N: Unknown flag - '%H%s%N'\r\n"\r
-#string STR_GEN_PROBLEM_VAL       #language en-US "%H%s%N: Bad value - '%H%s%N' for flag - '%H%s%N'\r\n"\r
 #string STR_GEN_NO_VALUE          #language en-US "%H%s%N: Missing argument for flag - '%H%s%N'\r\n"\r
 #string STR_GEN_PARAM_INV         #language en-US "%H%s%N: Invalid argument - '%H%s%N'\r\n"\r
 #string STR_GEN_NO_DRIVER_BOOT    #language en-US "%H%s%N: Driver or Boot must be selected.\r\n"\r
 #string STR_GEN_BOOT_ONLY         #language en-US "%H%s%N: Boot must be selected for hot key options.\r\n"\r
 #string STR_GEN_TOO_FEW           #language en-US "%H%s%N: Too few arguments.\r\n"\r
-#string STR_GEN_TOO_MANY          #language en-US "%H%s%N: Too many arguments.\r\n"\r
 #string STR_GEN_FILE_OPEN_FAIL    #language en-US "%H%s%N: Cannot open file - '%H%s%N'\r\n"\r
 #string STR_GEN_FIND_FAIL         #language en-US "%H%s%N: File not found - '%H%s%N'\r\n"\r
 #string STR_GEN_OUT_MEM           #language en-US "%H%s%N: Memory allocation was not successful.\r\n"\r
@@ -50,7 +48,6 @@
 #string STR_BCFG_NUMB_RANGE       #language en-US "%H%s%N: Numbers must be under %d.\r\n"\r
 #string STR_BCFG_NONE             #language en-US "No options found.\r\n"\r
 \r
-#string STR_BCFG_LOCATION_RANGE   #language en-US "target location must be <= %d.\r\n"\r
 #string STR_BCFG_LOAD_OPTIONS     #language en-US "Option: %B%02x%N. Variable: %B%-11s%N\r\n"\r
                                                   "  Desc    - %s\r\n"\r
                                                   "  DevPath - %s\r\n"\r