remove a dead enum case.
[oota-llvm.git] / include / llvm / Target / TargetAsmInfo.h
index d5273a385b9d0f878ae34e588864655850302f73..ccc2075fe3fd4d82db33226364e7abf7d4595c1b 100644 (file)
@@ -35,7 +35,6 @@ namespace llvm {
   /// a section.
   struct SectionKind {
     enum Kind {
-      Unknown = 0,      ///< Custom section.
       Text,             ///< Text section.
       BSS,              ///< BSS section.