From ad56fa864310d75036da71597ca7381aada68c09 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313446 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/PPDirectives.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Lex/PPDirectives.cpp b/lib/Lex/PPDirectives.cpp index eb9f11f3d4..1d8056eb75 100644 --- a/lib/Lex/PPDirectives.cpp +++ b/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 { -- 2.40.0