Skip to content

Commit 8315e8e

Browse files
authored
Merge pull request #39786 from tokizuoh/remove-unnecessary-import
2 parents ffe5fdf + 6a61978 commit 8315e8e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/SILGen/Inputs/UIApplicationMain-helper.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Foundation
21
import UIKit
32

43
public func publicFoo(x: AnyObject.Type) -> String {

test/SILGen/UIApplicationMain.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
// REQUIRES: OS=ios
2424
// REQUIRES: objc_interop
2525

26-
import Foundation
2726
import UIKit
2827

2928
@UIApplicationMain

utils/parser-lib/profile-input.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

5-
import Foundation
65
import Photos
76
import UIKit
87
import WebKit

0 commit comments

Comments
 (0)