remove a dead enum case.

llvm-svn: 77121
This commit is contained in:
Chris Lattner 2009-07-26 04:09:02 +00:00
parent 19e7076ddd
commit d71c1009c2
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ namespace llvm {
/// a section.
struct SectionKind {
enum Kind {
Unknown = 0, ///< Custom section.
Text, ///< Text section.
BSS, ///< BSS section.