Skip to content

Commit

Permalink
remove unnecessary import Promises
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Oct 31, 2023
1 parent 96ac437 commit e399562
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Sources/LiveKit/Core/DataChannelPair.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

@_implementationOnly import WebRTC

Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Core/Engine+TransportDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

@_implementationOnly import WebRTC

Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Core/Engine+WebRTC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

@_implementationOnly import WebRTC

Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/LiveKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises
import Logging

@_implementationOnly import WebRTC
Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Support/HTTP.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

internal class HTTP: NSObject {

Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Track/Remote/RemoteTrack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

@objc
public protocol RemoteTrack where Self: Track {
Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Track/Remote/RemoteVideoTrack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

@_implementationOnly import WebRTC

Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Track/Track+Async.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

import Foundation
import Promises

@_implementationOnly import WebRTC

Expand Down

0 comments on commit e399562

Please sign in to comment.