diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-12-05 12:28:26 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-12-05 12:28:26 +0100 |
| commit | 74d61bbf8ab622c22a08b5460475535860f95d91 (patch) | |
| tree | b6dfbf7e68461e68fbc152d976fc34617e30073d /plugins/utils.c | |
| parent | 3ae751ed67bb59c5073e0a160f4125ba2a5ff1e4 (diff) | |
| download | monitoring-plugins-74d61bbf.tar.gz | |
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); |
