Skip to content

Commit 79988d9

Browse files
committed
---
yaml --- r: 348689 b: refs/heads/master c: 0c1b5cb h: refs/heads/master i: 348687: efe2638
1 parent 4bac5c7 commit 79988d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 00c64e79590c367c50622ed5e89d1d7bc6dcd0b7
2+
refs/heads/master: 0c1b5cbd9b5375a6765b1cf8f8121cc319b18b4a
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)