Skip to content

Commit 6166b91

Browse files
committed
[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
1 parent 1730b0f commit 6166b91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lld/ELF/OutputSections.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ struct Out {
135135
static OutputSection *finiArray;
136136
};
137137

138-
} // namespace elf
139-
} // namespace lld
140-
141-
namespace lld {
142-
namespace elf {
143-
144138
uint64_t getHeaderSize();
145139

146140
extern std::vector<OutputSection *> outputSections;

0 commit comments

Comments
 (0)