Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba committed Aug 17, 2023
1 parent 09ac8ce commit 898eea9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,3 @@ public class CookieNotificationBlockingConsentViewController: UIHostingControlle
view.backgroundColor = UIColor.braveBackground
}
}

extension Task where Success == Never, Failure == Never {
public static func sleep(seconds: TimeInterval) async throws {
try await sleep(nanoseconds: NSEC_PER_MSEC * UInt64(seconds * 1000))
}
}

0 comments on commit 898eea9

Please sign in to comment.