File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ NS_ASSUME_NONNULL_BEGIN
40
40
*/
41
41
+ (instancetype )zone2 ;
42
42
43
- /* *
44
- * zoneNorthEast1 亚太-首尔
45
- *
46
- * @return 实例
47
- */
48
- + (instancetype )zoneApNorthEast1 ;
49
-
50
43
/* *
51
44
* zone Na0 北美
52
45
*
Original file line number Diff line number Diff line change @@ -61,17 +61,6 @@ + (instancetype)zone2 {
61
61
return z2;
62
62
}
63
63
64
- + (instancetype )zoneApNorthEast1 {
65
- static QNFixedZone *zoneNorthEast1 = nil ;
66
- static dispatch_once_t onceToken;
67
- dispatch_once (&onceToken, ^{
68
- zoneNorthEast1 = [[QNFixedZone alloc ] initWithUpDomainList: @[@" upload-ap-northeast-1.qiniup.com" , @" up-ap-northeast-1.qiniup.com" ]
69
- oldUpList: nil
70
- regionId: @" ap-northeast-1" ];
71
- });
72
- return zoneNorthEast1;
73
- }
74
-
75
64
+ (instancetype )zoneNa0 {
76
65
static QNFixedZone *zNa0 = nil ;
77
66
static dispatch_once_t onceToken;
@@ -101,7 +90,6 @@ + (QNFixedZone *)localsZoneInfo{
101
90
[QNFixedZone zone2 ],
102
91
[QNFixedZone zoneCnEast2 ],
103
92
[QNFixedZone zoneNa0 ],
104
- [QNFixedZone zoneApNorthEast1 ],
105
93
[QNFixedZone zoneAs0 ]];
106
94
QNFixedZone *zone = [self combineZones: zones];
107
95
if (zone) {
You can’t perform that action at this time.
0 commit comments