mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove unused variable.
Swift SVN r19484
This commit is contained in:
@@ -2784,7 +2784,6 @@ void SILGenFunction::emitArtificialTopLevel(ClassDecl *mainClass) {
|
||||
// return UIApplicationMain(C_ARGC, C_ARGV, nil, ClassName);
|
||||
|
||||
CanType NSStringTy = SGM.Types.getNSStringType();
|
||||
CanType OptNSStringTy = OptionalType::get(NSStringTy)->getCanonicalType();
|
||||
CanType IUOptNSStringTy
|
||||
= ImplicitlyUnwrappedOptionalType::get(NSStringTy)->getCanonicalType();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user