removed comment

This commit is contained in:
Antoine Cœur
2017-07-24 20:19:49 +08:00
committed by GitHub
parent 0516ff2f90
commit c8a6eedf78
+1 -1
View File
@@ -249,7 +249,7 @@ NSString *const SSZipArchiveErrorDomain = @"SSZipArchiveErrorDomain";
NSInteger currentFileNumber = 0;
NSError *unzippingError;
do {
@autoreleasepool { //TODO: please, remove all "__has_feature(objc_arc)", because this lib does not support MRC
@autoreleasepool {
if ([password length] == 0) {
ret = unzOpenCurrentFile(zip);
} else {