[PATCH] utils: remove unused variable
Sebastian Herbszt <[email protected]>
| Newsgroups | gmane.network.nagios.devel |
|---|---|
| Message-ID | <20141220210036.000047dd__26241.8260136203$1419105651$gmane$org@localhost> |
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