Remove unused variable.

Swift SVN r19484
This commit is contained in:
Joe Groff
2014-07-02 22:15:30 +00:00
parent d6f0a524b0
commit 2f02a854db

View File

@@ -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();