Skip to content

Commit f149426

Browse files
committed
Remove unused typealias.
1 parent 958ee1a commit f149426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/stdlib/Character.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ CharacterTests.test(
306306
let asciiDomain = Array(0..<127)
307307
let ascii0to126 = asciiDomain.map({ UnicodeScalar(Int($0))! })
308308
let ascii1to127 = asciiDomain.map({ UnicodeScalar(Int($0 + 1))! })
309-
typealias PredicateFn = (UnicodeScalar) -> (UnicodeScalar) -> Bool
310309
expectEqualMethodsForDomain(
311310
ascii0to126,
312311
ascii1to127,

0 commit comments

Comments
 (0)