Explorar o código

utils: remove unused variable

Remove unused variable.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Sebastian Herbszt %!s(int64=11) %!d(string=hai) anos
pai
achega
6793fb4fd7
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      plugins/utils.c

+ 0 - 2
plugins/utils.c

@@ -144,8 +144,6 @@ usage5 (void)
 void
 print_revision (const char *command_name, const char *revision)
 {
-	char plugin_revision[STRLEN];
-
 	printf ("%s v%s (%s %s)\n",
 	         command_name, revision, PACKAGE, VERSION);
 }