diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2014-12-20 21:00:36 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-12-27 15:30:18 +0100 |
commit | 4383f39cd58798d6687768575e5fdbf86a614138 (patch) | |
tree | f21656e9ea7d52896ae6785e4c8c52e6d801edf3 /plugins/utils.c | |
parent | 0a236c7c70a5d3b9f921338fca8ea67196a05c12 (diff) | |
download | monitoring-plugins-4383f39cd58798d6687768575e5fdbf86a614138.tar.gz |
utils: remove unused variable
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 58b153d8..4b3c0c87 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); } |