* grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused

variable.
	* grub-core/commands/wildcard.c (match_files): Likewise.
This commit is contained in:
Szymon Janc 2010-11-30 21:35:59 +01:00
parent 3a4253b2c4
commit 3f0f38317b
3 changed files with 6 additions and 4 deletions

View file

@ -87,7 +87,6 @@ set_matches (char **varnames, char *str, grub_size_t nmatches,
static grub_err_t
grub_cmd_regexp (grub_extcmd_context_t ctxt, int argc, char **args)
{
int argn = 0;
regex_t regex;
int ret;
grub_size_t s;