Revert r197043, not a good comment

llvm-svn: 197077
This commit is contained in:
Renato Golin 2013-12-11 21:44:56 +00:00
parent 712e18a0c1
commit 859fbf492c
1 changed files with 0 additions and 6 deletions

View File

@ -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 {
/**