diff options
-rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index bdd032015ad..142309bf9ae 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -42,8 +42,6 @@ class OutputSectionBase { public: enum Kind { Base, - EHFrame, - Merge, Regular, }; |