[PATCH] utils: remove unused variable

Sebastian Herbszt herbszt at gmx.de
Sat Dec 20 21:00:36 CET 2014


Remove unused variable.

Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
 plugins/utils.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/utils.c b/plugins/utils.c
index 58b153d..4b3c0c8 100644
--- a/plugins/utils.c
+++ b/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);
 }
-- 
2.1.0




More information about the Devel mailing list