Skip to content

Commit 3f2dc68

Browse files
committed
[NFC] Garbage Collect an Unused compactMap Member
1 parent cf0b2bd commit 3f2dc68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/SwiftDriver/IncrementalCompilation/TwoDMap.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,4 @@ public struct TwoDMap<Key1: Hashable, Key2: Hashable, Value: Equatable>: Mutable
8686
}
8787
return true
8888
}
89-
90-
public func compactMap<R>(_ fn: ((Key1, Key2), Value) -> R?) -> [R]
91-
{
92-
map1.compactMap(fn)
93-
}
9489
}

0 commit comments

Comments
 (0)