From e94816fcbc12fc5837a9ec0ab400e33de7f5136b Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Fri, 21 Oct 2022 15:48:23 +0200 Subject: [PATCH] Remove all traces of statvfs from dwarfsextract --- src/dwarfsextract.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dwarfsextract.cpp b/src/dwarfsextract.cpp index 0a07861e..776319df 100644 --- a/src/dwarfsextract.cpp +++ b/src/dwarfsextract.cpp @@ -23,13 +23,6 @@ #include #include -#if __has_include() -#include -#define HAVE_STATVFS 1 -#else -#define HAVE_STATVFS 0 -#endif - #include #include