Skip to content

Commit b392eaf

Browse files
committed
Remove unneeded typealias
1 parent 96238f5 commit b392eaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SQLite/Core/Connection.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,6 @@ public final class Connection {
576576
fileprivate typealias Function = @convention(block) (OpaquePointer?, Int32, UnsafeMutablePointer<OpaquePointer?>?) -> Void
577577
fileprivate var functions = [String: [Int: Function]]()
578578

579-
/// The return type of a collation comparison function.
580-
public typealias ComparisonResult = Foundation.ComparisonResult
581-
582579
/// Defines a new collating sequence.
583580
///
584581
/// - Parameters:

0 commit comments

Comments
 (0)