Skip to content

Commit 0c1b5cb

Browse files
committed
fix bad merge
1 parent 00c64e7 commit 0c1b5cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/swift-reflection-dump/swift-reflection-dump.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class Image {
138138
for (SectionRef S : O->sections()) {
139139
if (!needToRelocate(S))
140140
continue;
141-
StringRef Content;
142141
auto SectionAddr = getSectionAddress(S);
143142
if (SectionAddr)
144143
VASize = std::max(VASize, SectionAddr + S.getSize());

0 commit comments

Comments
 (0)