Skip to content

Commit bc51e05

Browse files
author
David Ungar
committed
Deleted bogus comment.
1 parent 2126f72 commit bc51e05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/AST/DiagnosticConsumer.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ class FileSpecificDiagnosticConsumer : public DiagnosticConsumer {
187187
/// Returns nullptr if diagnostic is to be suppressed,
188188
/// None if diagnostic is to be distributed to every consumer,
189189
/// a particular consumer if diagnostic goes there.
190-
///
191-
/// (If batch mode failed to suppress diagnostics for non-primary files, it
192-
/// would end up writing each of those diagnostics in each primary file's
193-
/// serialized diagnostic file.)
194190
Optional<DiagnosticConsumer *> consumerForLocation(SourceManager &SM,
195191
SourceLoc loc) const;
196192
};

0 commit comments

Comments
 (0)