diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Lex/PTHLexer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp index 8e789d93487..4648ac8ee49 100644 --- a/clang/lib/Lex/PTHLexer.cpp +++ b/clang/lib/Lex/PTHLexer.cpp @@ -825,6 +825,5 @@ public: }; StatSysCallCache *PTHManager::createStatCache() { - return 0; -// return new PTHStatCache(*((PTHFileLookup*) FileLookup)); + return new PTHStatCache(*((PTHFileLookup*) FileLookup)); } |