* grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused
variable. * grub-core/commands/wildcard.c (match_files): Likewise.
This commit is contained in:
parent
3a4253b2c4
commit
3f0f38317b
3 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue