Skip to content

Commit 840aac4

Browse files
committed
Underscore _remove(…) to avoid polluting our potential API surface.
1 parent a8cd65c commit 840aac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/RunLoop.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ extension RunLoop {
235235
}
236236

237237
@available(*, deprecated, message: "For XCTest use only.")
238-
open func remove(_ source: _Source, for mode: RunLoop.Mode) {
238+
open func _remove(_ source: _Source, for mode: RunLoop.Mode) {
239239
CFRunLoopRemoveSource(_cfRunLoop, source.cfSource, mode._cfStringUniquingKnown)
240240
}
241241
}

0 commit comments

Comments
 (0)