Skip to content

Commit 4fa0bcb

Browse files
committed
Remove unused variable
1 parent 3794ba7 commit 4fa0bcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/1_stdlib/Optional.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ if optional_return() == nil {
8181
}
8282
// CHECK: optional return OK
8383

84-
var empty: Bool = true
8584
switch x {
8685
case .Some(let y):
8786
print("destructuring bind: \(y).")

0 commit comments

Comments
 (0)