]> granicus.if.org Git - clang/commitdiff
Remove comment accidentally committed with D36642. NFC.
authorVedant Kumar <vsk@apple.com>
Sat, 16 Sep 2017 06:26:51 +0000 (06:26 +0000)
committerVedant Kumar <vsk@apple.com>
Sat, 16 Sep 2017 06:26:51 +0000 (06:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313446 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPDirectives.cpp

index eb9f11f3d4df8972dd71b6de77f3736280c2393a..1d8056eb75f8c01d3c5b5d309aec25ca36cbdfd7 100644 (file)
@@ -79,8 +79,7 @@ Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc,
 }
 
 /// \brief Read and discard all tokens remaining on the current line until
-/// the tok::eod token is found. If the discarded tokens are in a skipped range,
-/// complete the range and pass it to the \c SourceRangeSkipped callback.
+/// the tok::eod token is found.
 void Preprocessor::DiscardUntilEndOfDirective() {
   Token Tmp;
   do {