Remove stray comma.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-07-01 20:20:05 +00:00
parent 839348a9f0
commit eb89c90f0b

View File

@ -64,7 +64,7 @@ namespace COFF {
SF_ClassMask = 0x00FF0000,
SF_ClassShift = 16,
SF_WeakReference = 0x01000000,
SF_WeakReference = 0x01000000
};
enum symbol_storage_class {