Skip to content

Commit 95cab47

Browse files
須藤将史須藤将史
authored andcommitted
remove unused method
1 parent 028b910 commit 95cab47

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

StudyplusSDK/SPLStudyplusAPIRequest.m

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,4 @@ - (NSString *)buildUrlFromPath:(NSString *)path
119119
return [NSString stringWithFormat:@"%@v%ld/%@", [self apiBaseURL], (long)self.apiVersion, path];
120120
}
121121

122-
+ (NSOperationQueue *)sharedQueue
123-
{
124-
static NSOperationQueue *queue;
125-
static dispatch_once_t onceToken;
126-
dispatch_once(&onceToken, ^{
127-
queue = [NSOperationQueue new];
128-
});
129-
return queue;
130-
}
131-
132122
@end

0 commit comments

Comments
 (0)