Remove comment accidentally committed with D36642. NFC.

llvm-svn: 313446
This commit is contained in:
Vedant Kumar 2017-09-16 06:26:51 +00:00
parent cd2d9a6b98
commit 403822deac
1 changed files with 1 additions and 2 deletions

View 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 {