From 36f325afc219d1c254cf73081ce8f8a16420cea3 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 11 Dec 2013 21:44:56 +0000 Subject: [PATCH] Revert r197043, not a good comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197077 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/Pragma.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/clang/Lex/Pragma.h b/include/clang/Lex/Pragma.h index 4832d65364..087448fbc5 100644 --- a/include/clang/Lex/Pragma.h +++ b/include/clang/Lex/Pragma.h @@ -28,12 +28,6 @@ namespace clang { /** * \brief Describes how the pragma was introduced, e.g., with \#pragma, * _Pragma, or __pragma. - * - * This is a callback and there is code outside of clang using it. - * - * The source location passed down together with the introducer kind is - * the one of the token *following* the introducer, so it would not be - * immediate for clients to re-lex to see which introducer it was. */ enum PragmaIntroducerKind { /** -- 2.40.0