diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-01-09 14:12:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-09 14:12:22 +0100 |
| commit | d13413916e72a6d564c796692e1233b92962d58c (patch) | |
| tree | 92c3f8b573363072d550d2f9b7f14ef1681f5368 /plugins/utils.c | |
| parent | bfc6492562f6cef4badda192142a0d10a3ed870b (diff) | |
| parent | 74d61bbf8ab622c22a08b5460475535860f95d91 (diff) | |
| download | monitoring-plugins-d13413916e72a6d564c796692e1233b92962d58c.tar.gz | |
Merge pull request #2199 from RincewindsHat/modern_output/check_real
check_real: implement modern output
Diffstat (limited to 'plugins/utils.c')
| -rw-r--r-- | plugins/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index 41fe5fcf..dc6f5a85 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
| @@ -40,7 +40,6 @@ extern const char *progname; | |||
| 40 | #define STRLEN 64 | 40 | #define STRLEN 64 |
| 41 | #define TXTBLK 128 | 41 | #define TXTBLK 128 |
| 42 | 42 | ||
| 43 | time_t start_time, end_time; | ||
| 44 | 43 | ||
| 45 | void usage(const char *msg) { | 44 | void usage(const char *msg) { |
| 46 | printf("%s\n", msg); | 45 | printf("%s\n", msg); |
