diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Lex/Pragma.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Lex/Pragma.h b/clang/include/clang/Lex/Pragma.h index 4832d653644..087448fbc5f 100644 --- a/clang/include/clang/Lex/Pragma.h +++ b/clang/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 { /** |

