mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-12 18:20:02 -04:00
Remove some unused code
This commit is contained in:
parent
59e0a258f9
commit
75cf0d3072
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue