diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h index d5273a385b9d..ccc2075fe3fd 100644 --- a/llvm/include/llvm/Target/TargetAsmInfo.h +++ b/llvm/include/llvm/Target/TargetAsmInfo.h @@ -35,7 +35,6 @@ namespace llvm { /// a section. struct SectionKind { enum Kind { - Unknown = 0, ///< Custom section. Text, ///< Text section. BSS, ///< BSS section.