diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2014-12-20 20:00:36 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-12-27 14:30:18 (GMT) |
commit | 4383f39cd58798d6687768575e5fdbf86a614138 (patch) | |
tree | f21656e9ea7d52896ae6785e4c8c52e6d801edf3 /plugins/utils.c | |
parent | 0a236c7c70a5d3b9f921338fca8ea67196a05c12 (diff) | |
download | monitoring-plugins-4383f39cd58798d6687768575e5fdbf86a614138.tar.gz |
utils: remove unused variablerefs/pull/1315/head
Remove unused variable.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Diffstat (limited to 'plugins/utils.c')
-rw-r--r-- | plugins/utils.c | 2 |
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) | |||
144 | void | 144 | void |
145 | print_revision (const char *command_name, const char *revision) | 145 | print_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 | } |