Remove unused variable.

Signed-off-by: Sebastian Herbszt <[email protected]>
---
 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

Reply via email to