aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PTHLexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r--lib/Lex/PTHLexer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp
index 8e789d9348..4648ac8ee4 100644
--- a/lib/Lex/PTHLexer.cpp
+++ b/lib/Lex/PTHLexer.cpp
@@ -825,6 +825,5 @@ public:
};
StatSysCallCache *PTHManager::createStatCache() {
- return 0;
-// return new PTHStatCache(*((PTHFileLookup*) FileLookup));
+ return new PTHStatCache(*((PTHFileLookup*) FileLookup));
}