From 221285bde795a54552cabeb77a20a092a185b80b Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Mon, 7 Jul 2014 08:37:15 +0000 Subject: Remove unused sys/stat.h includes The facility was abstracted to LLVM in r187364. llvm-svn: 212441 --- clang/lib/Basic/FileManager.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'clang/lib/Basic/FileManager.cpp') diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index 17622c7e13f..1faa370e82b 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp @@ -32,9 +32,6 @@ using namespace clang; -// FIXME: Enhance libsystem to support inode and other fields. -#include - /// NON_EXISTENT_DIR - A special value distinct from null that is used to /// represent a dir name that doesn't exist on the disk. #define NON_EXISTENT_DIR reinterpret_cast((intptr_t)-1) -- cgit v1.2.3