Remove comma at end of enumerator list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-01-02 16:32:55 +00:00
parent 0526de6b3e
commit c120526e20

View File

@ -118,7 +118,7 @@ namespace lltok {
Type,
APFloat, // APFloatVal
APSInt, // APSInt
APSInt // APSInt
};
} // end namespace lltok
} // end namespace llvm