[Parser] Remove an unnecessary `mutable`

llvm-svn: 341756
This commit is contained in:
Fangrui Song 2018-09-09 01:54:18 +00:00
parent e2dd15785b
commit c14cb73c54
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class Parser : public CodeCompletionHandler {
IdentifierInfo *Ident_pixel;
/// Objective-C contextual keywords.
mutable IdentifierInfo *Ident_instancetype;
IdentifierInfo *Ident_instancetype;
/// Identifier for "introduced".
IdentifierInfo *Ident_introduced;