OSDN Git Service

remove a dead enum case.
authorChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 04:09:02 +0000 (04:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 04:09:02 +0000 (04:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77121 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index d5273a3..ccc2075 100644 (file)
@@ -35,7 +35,6 @@ namespace llvm {
   /// a section.
   struct SectionKind {
     enum Kind {
-      Unknown = 0,      ///< Custom section.
       Text,             ///< Text section.
       BSS,              ///< BSS section.