* util/grub-mkrelpath.c (argp_parser): Remove unused variable.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-10 13:47:04 +01:00
parent a4d9fe4a95
commit 3ec65a8187
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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: