summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2014-12-20 20:00:36 (GMT)
committerJan Wagner <waja@cyconet.org>2014-12-27 14:30:18 (GMT)
commit4383f39cd58798d6687768575e5fdbf86a614138 (patch)
treef21656e9ea7d52896ae6785e4c8c52e6d801edf3
parent0a236c7c70a5d3b9f921338fca8ea67196a05c12 (diff)
downloadmonitoring-plugins-4383f39.tar.gz
utils: remove unused variablerefs/pull/1315/head
Remove unused variable. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
-rw-r--r--plugins/utils.c2
1 files changed, 0 insertions, 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)
144void 144void
145print_revision (const char *command_name, const char *revision) 145print_revision (const char *command_name, const char *revision)
146{ 146{
147 char plugin_revision[STRLEN];
148
149 printf ("%s v%s (%s %s)\n", 147 printf ("%s v%s (%s %s)\n",
150 command_name, revision, PACKAGE, VERSION); 148 command_name, revision, PACKAGE, VERSION);
151} 149}