variable.
* grub-core/commands/wildcard.c (match_files): Likewise.
+2010-11-30 Szymon Janc <szymon@janc.net.pl>
+
+ * grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused
+ variable.
+ * grub-core/commands/wildcard.c (match_files): Likewise.
+
2010-11-30 Robert Millan <rmh@gnu.org>
* grub-core/loader/i386/bsd.c
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;
const regex_t *regexp)
{
int i;
- int error;
char **files;
unsigned nfile;
char *dir;
else if (*start == '/') /* no device part */
{
- char **r;
- unsigned n;
char *root;
char *prefix;