瀏覽代碼

utils: remove unused variable

Remove unused variable.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Sebastian Herbszt 11 年之前
父節點
當前提交
6793fb4fd7
共有 1 個文件被更改,包括 0 次插入2 次删除
  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);
 }