Remove comma at the end of enumerator list.

llvm-svn: 79586
This commit is contained in:
Daniel Dunbar 2009-08-21 00:54:25 +00:00
parent 6032ef1aa3
commit b789d61a6e
1 changed files with 1 additions and 1 deletions

View File

@ -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.