Skip to content

Commit 7865015

Browse files
committed
IRGen: Remove unused variable
1 parent 5f62deb commit 7865015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/ClassLayout.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Size ClassLayout::getInstanceStart() const {
4848
elements = elements.drop_front();
4949

5050
// Ignore empty elements.
51-
bool haveSeenEmpty = false;
5251
if (element.isEmpty()) {
5352
continue;
5453
} else if (element.hasByteOffset()) {

0 commit comments

Comments
 (0)