diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 17ea9b1d36..a39ebc9d4b 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -35,8 +35,6 @@ namespace clang { // Lex. class Preprocessor; class Token; - // Basic. - class DiagnosticBuilder; /// Action - As the parser reads the input file and recognizes the productions /// of the grammar, it invokes methods on this class to turn the parsed input |