diff options
-rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index d5273a385b..ccc2075fe3 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/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. |