diff options
Diffstat (limited to 'lib/Frontend/ModuleDependencyCollector.cpp')
| -rw-r--r-- | lib/Frontend/ModuleDependencyCollector.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Frontend/ModuleDependencyCollector.cpp b/lib/Frontend/ModuleDependencyCollector.cpp index 25cad8be6d00..fa8efcc3b53c 100644 --- a/lib/Frontend/ModuleDependencyCollector.cpp +++ b/lib/Frontend/ModuleDependencyCollector.cpp @@ -156,10 +156,6 @@ void ModuleDependencyCollector::writeFileMap() {    // allows crash reproducer scripts to work across machines.    VFSWriter.setOverlayDir(VFSDir); -  // Do not ignore non existent contents otherwise we might skip something -  // that should have been collected here. -  VFSWriter.setIgnoreNonExistentContents(false); -    // Explicitly set case sensitivity for the YAML writer. For that, find out    // the sensitivity at the path where the headers all collected to.    VFSWriter.setCaseSensitivity(isCaseSensitivePath(VFSDir));  | 
