diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 16:23:06 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 16:23:06 +0100 |
commit | 75cf0d307285c413d5547662e5ba677e1f70de62 (patch) | |
tree | 84674cf16383922893b7d8a1fb502169f6c66386 | |
parent | 59e0a258f9c0f393bf29cced1f35743f74e7b10c (diff) | |
download | monitoring-plugins-75cf0d307285c413d5547662e5ba677e1f70de62.tar.gz |
Remove some unused code
-rw-r--r-- | plugins/check_disk.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 2df89aa3..15ec06cd 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -65,14 +65,6 @@ const char *email = "devel@monitoring-plugins.org"; | |||
65 | # define ERROR -1 | 65 | # define ERROR -1 |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | /* For long options that have no equivalent short option, use a | ||
69 | non-character as a pseudo short option, starting with CHAR_MAX + 1. */ | ||
70 | enum { | ||
71 | SYNC_OPTION = CHAR_MAX + 1, | ||
72 | NO_SYNC_OPTION, | ||
73 | BLOCK_SIZE_OPTION | ||
74 | }; | ||
75 | |||
76 | #ifdef _AIX | 68 | #ifdef _AIX |
77 | # pragma alloca | 69 | # pragma alloca |
78 | #endif | 70 | #endif |