diff options
author | Alp Toker <alp@nuanti.com> | 2014-07-07 08:37:15 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-07-07 08:37:15 +0000 |
commit | 221285bde795a54552cabeb77a20a092a185b80b (patch) | |
tree | bd44ebad68666732d9d4f6d39ae3d8f96a4bf19d /clang/lib/Basic/FileManager.cpp | |
parent | 037f77092e0ed6f69b8be6246e4037e8a312db7a (diff) | |
download | bcm5719-llvm-221285bde795a54552cabeb77a20a092a185b80b.tar.gz bcm5719-llvm-221285bde795a54552cabeb77a20a092a185b80b.zip |
Remove unused sys/stat.h includes
The facility was abstracted to LLVM in r187364.
llvm-svn: 212441
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
-rw-r--r-- | clang/lib/Basic/FileManager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sys/stat.h> - /// 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<DirectoryEntry*>((intptr_t)-1) |