Remove some unused code

This commit is contained in:
Lorenz Kästle 2025-03-18 16:23:06 +01:00
parent 59e0a258f9
commit 75cf0d3072

View file

@ -65,14 +65,6 @@ const char *email = "devel@monitoring-plugins.org";
# define ERROR -1
#endif
/* For long options that have no equivalent short option, use a
non-character as a pseudo short option, starting with CHAR_MAX + 1. */
enum {
SYNC_OPTION = CHAR_MAX + 1,
NO_SYNC_OPTION,
BLOCK_SIZE_OPTION
};
#ifdef _AIX
# pragma alloca
#endif