Skip to content

Commit a14a873

Browse files
committed
Remove murky reference to Makefile .d dependencies.
1 parent 2824b62 commit a14a873

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Driver/DependencyGraph.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ class DependencyGraphImpl {
127127
/// dependency graph. Each member of the set is the name of a file which is
128128
/// not in the module. These files' contents may (or may not) have affected
129129
/// the module's compilation. This list may even include the paths of
130-
/// non-existent files whose absence is significant in the same way as
131-
/// Makefile .d dependencies.
130+
/// non-existent files whose absence is significant.
132131
///
133132
/// Furthermore, this set might not exhaustive. It only includes dependencies
134133
/// that will be checked by the driver's incremental mode.

0 commit comments

Comments
 (0)