forked from OSchip/llvm-project
[Parser] Remove an unnecessary `mutable`
llvm-svn: 341756
This commit is contained in:
parent
e2dd15785b
commit
c14cb73c54
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue