From 403822deacd1dc5a31cc4fbba8fce93e14c4e979 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Sat, 16 Sep 2017 06:26:51 +0000 Subject: [PATCH] Remove comment accidentally committed with D36642. NFC. llvm-svn: 313446 --- clang/lib/Lex/PPDirectives.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/lib/Lex/PPDirectives.cpp b/clang/lib/Lex/PPDirectives.cpp index eb9f11f3d4df..1d8056eb75f8 100644 --- a/clang/lib/Lex/PPDirectives.cpp +++ b/clang/lib/Lex/PPDirectives.cpp @@ -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 {