Skip to content

Commit c273a61

Browse files
author
David Ungar
committed
Removed confusing sentence.
1 parent f2b5bf7 commit c273a61

File tree

1 file changed

+1
-4
lines changed
  • include/swift/Driver

1 file changed

+1
-4
lines changed

include/swift/Driver/Job.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,7 @@ class Job {
235235
// Be maximally conservative with dependencies.
236236
Always,
237237
// The input changed, or this job was scheduled as non-cascading in the last
238-
// build
239-
// but didn't get to run.
240-
// The scheduled-but-didn't-run condition is detected when the job was not
241-
// dirty but its primary output was missing.
238+
// build but didn't get to run.
242239
RunWithoutCascading,
243240
// The best case: input didn't change, output exists.
244241
// Only run if it depends on some other thing that changed.

0 commit comments

Comments
 (0)