Remove all traces of statvfs from dwarfsextract

This commit is contained in:
Marcus Holland-Moritz 2022-10-21 15:48:23 +02:00
parent a1a9571b13
commit e94816fcbc

View File

@ -23,13 +23,6 @@
#include <iostream>
#include <string>
#if __has_include(<sys/statvfs.h>)
#include <sys/statvfs.h>
#define HAVE_STATVFS 1
#else
#define HAVE_STATVFS 0
#endif
#include <boost/program_options.hpp>
#include <folly/String.h>