File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
trunk/tools/swift-reflection-dump Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 00c64e79590c367c50622ed5e89d1d7bc6dcd0b7
2
+ refs/heads/master: 0c1b5cbd9b5375a6765b1cf8f8121cc319b18b4a
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ class Image {
138
138
for (SectionRef S : O->sections ()) {
139
139
if (!needToRelocate (S))
140
140
continue ;
141
- StringRef Content;
142
141
auto SectionAddr = getSectionAddress (S);
143
142
if (SectionAddr)
144
143
VASize = std::max (VASize, SectionAddr + S.getSize ());
You can’t perform that action at this time.
0 commit comments