forked from OSchip/llvm-project
Remove comma at the end of enumerator list.
llvm-svn: 79586
This commit is contained in:
parent
6032ef1aa3
commit
b789d61a6e
|
@ -431,7 +431,7 @@ namespace clang {
|
|||
/// \brief Objective-C "id" redefinition type
|
||||
SPECIAL_TYPE_OBJC_ID_REDEFINITION = 10,
|
||||
/// \brief Objective-C "Class" redefinition type
|
||||
SPECIAL_TYPE_OBJC_CLASS_REDEFINITION = 11,
|
||||
SPECIAL_TYPE_OBJC_CLASS_REDEFINITION = 11
|
||||
};
|
||||
|
||||
/// \brief Record codes for each kind of declaration.
|
||||
|
|
Loading…
Reference in New Issue