[ELF][NFCI] small cleanup to OutputSections.h

OutputSections.h used to close the lld::elf namespace only to
immediately open it again. This change merges both parts into
one.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D94538
This commit is contained in:
Bob Haarman 2021-01-12 02:08:01 +00:00
parent 1730b0f66a
commit 6166b91e83
1 changed files with 0 additions and 6 deletions

View File

@ -135,12 +135,6 @@ struct Out {
static OutputSection *finiArray;
};
} // namespace elf
} // namespace lld
namespace lld {
namespace elf {
uint64_t getHeaderSize();
extern std::vector<OutputSection *> outputSections;