disk.c: remove unused lines
authorPavel Rochnyack <pavel2000@ngs.ru>
Fri, 12 Jul 2019 12:07:39 +0000 (19:07 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sat, 13 Jul 2019 05:41:37 +0000 (12:41 +0700)
limits.h check removed in 865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7
limits.h included in src/daemon/collectd.h unconditionally

Issue: #3181

src/disk.c

index 3faef9d..c02b6ab 100644 (file)
@@ -59,9 +59,6 @@
 #include <libgeom.h>
 #endif
 
-#if HAVE_LIMITS_H
-#include <limits.h>
-#endif
 #ifndef UINT_MAX
 #define UINT_MAX 4294967295U
 #endif