summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp b/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
index f6033de4618..827ec8a6ca8 100644
--- a/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
+++ b/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
@@ -87,7 +87,6 @@ public:
// Use the dependency scanning optimized file system if we can.
if (DepFS) {
- // FIXME: Purge the symlink entries from the stat cache in the FM.
const CompilerInvocation &CI = Compiler.getInvocation();
// Add any filenames that were explicity passed in the build settings and
// that might be opened, as we want to ensure we don't run source
OpenPOWER on IntegriCloud