Skip to content

Commit 8b09ba1

Browse files
committed
remove useless code
1 parent 0470894 commit 8b09ba1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

QiniuSDK/Common/QNUrlSafeBase64.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ + (NSString *)encodeString:(NSString *)sourceString {
1818
return [self encodeData:data];
1919
}
2020

21-
+ (NSError *)decodeError:(int)pos {
22-
// NSString *s = [[NSString alloc] initWithFormat:@"illegal url safe base64 data at input byte %d", pos];
23-
return nil;
24-
}
25-
2621
+ (NSString *)encodeData:(NSData *)data {
2722
NSUInteger length = [data length];
2823
NSMutableData *mutableData = [NSMutableData dataWithLength:((length + 2) / 3) * 4];

0 commit comments

Comments
 (0)