Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Jun 5, 2024
1 parent d005d46 commit e2f8fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions swift/src/Ice/Dispatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ public protocol Dispatcher {
/// - Returns: The outgoing response, wrapped in a Promise.
func dispatch(_ request: IncomingRequest) -> Promise<OutgoingResponse>
}

@available(*, deprecated, renamed: "Dispatcher")
public typealias Disp = Dispatcher
3 changes: 0 additions & 3 deletions swift/src/Ice/Object.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import IceImpl
import PromiseKit

/// Alias for backwards compatibility.
public typealias Disp = Dispatcher

/// A SliceTraits struct describes a Slice interface, class or exception.
public protocol SliceTraits {
/// List of all type-ids.
Expand Down

0 comments on commit e2f8fc8

Please sign in to comment.