* util/grub-mkrelpath.c (argp_parser): Remove unused variable.
This commit is contained in:
parent
a4d9fe4a95
commit
3ec65a8187
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkrelpath.c (argp_parser): Remove unused variable.
|
||||
|
||||
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkpasswd-pbkdf2.c (argp_parser): Remove unused variable.
|
||||
|
|
|
@ -46,8 +46,6 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
|||
know is a pointer to our arguments structure. */
|
||||
struct arguments *arguments = state->input;
|
||||
|
||||
char *p;
|
||||
|
||||
switch (key)
|
||||
{
|
||||
case ARGP_KEY_ARG:
|
||||
|
|
Loading…
Reference in a new issue