summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-03-05 15:37:47 +0100
committerLorenz Kästle <lorenz.kaestle@netways.de>2023-09-22 15:22:57 +0200
commit7fd0e6f36d90a341e0d9b418f1cd64a3a5472a94 (patch)
tree5d636105100a6b4ce79d3f0074f9e60dc27a1577 /plugins/utils.h
parent7f460dd60a73a6e20d03a2312e8bb8fa80e5cdf6 (diff)
downloadmonitoring-plugins-7fd0e6f36d90a341e0d9b418f1cd64a3a5472a94.tar.gz
Rework maxfd/open_max to avoid unused variables
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index c76b3216..cb979ce7 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -106,8 +106,6 @@ char *sperfdata (const char *, double, const char *, char *, char *,
106char *sperfdata_int (const char *, int, const char *, char *, char *, 106char *sperfdata_int (const char *, int, const char *, char *, char *,
107 int, int, int, int); 107 int, int, int, int);
108 108
109int open_max (void);
110
111/* The idea here is that, although not every plugin will use all of these, 109/* The idea here is that, although not every plugin will use all of these,
112 most will or should. Therefore, for consistency, these very common 110 most will or should. Therefore, for consistency, these very common
113 options should have only these meanings throughout the overall suite */ 111 options should have only these meanings throughout the overall suite */