diff options
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r-- | llvm/lib/Support/Path.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp index 7f4b7cb..bbc02a2 100644 --- a/llvm/lib/Support/Path.cpp +++ b/llvm/lib/Support/Path.cpp @@ -12,7 +12,6 @@ #include "llvm/Support/Path.h" #include "llvm/ADT/ArrayRef.h" -#include "llvm/ADT/Statistic.h" #include "llvm/Config/llvm-config.h" #include "llvm/Support/Endian.h" #include "llvm/Support/Errc.h" @@ -32,10 +31,6 @@ using namespace llvm; using namespace llvm::support::endian; -#define DEBUG_TYPE "file-system" - -ALWAYS_ENABLED_STATISTIC(NumStatusCalls, "Number of `status` calls."); - namespace { using llvm::StringRef; using llvm::sys::path::is_separator; |