diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-26 15:08:28 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-26 15:08:28 +0100 |
commit | 7ecf2157a927c9a37d2a396f86af7ef5746a7315 (patch) | |
tree | 59183eaec079654bd8d59b993cf8198631e2f15f | |
parent | 066b6e68242b5e7a6f1eb665df9b227d896aec66 (diff) | |
download | monitoring-plugins-7ecf215.tar.gz |
Use unused variable
-rw-r--r-- | plugins/check_disk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 66c5dd39..8d99a7ed 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -171,7 +171,6 @@ main (int argc, char **argv) | |||
171 | char *perf_ilabel; | 171 | char *perf_ilabel; |
172 | char *preamble; | 172 | char *preamble; |
173 | char *flag_header; | 173 | char *flag_header; |
174 | double inode_space_pct; | ||
175 | int temp_result; | 174 | int temp_result; |
176 | 175 | ||
177 | struct mount_entry *me; | 176 | struct mount_entry *me; |