We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 141e173 + c96cda2 commit b8e45e9Copy full SHA for b8e45e9
Sources/OAuth2Client/NXOAuth2PostBodyStream.m
@@ -191,12 +191,14 @@ - (NSError *)streamError;
191
192
- (void)scheduleInRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode;
193
{
194
- [super scheduleInRunLoop:runLoop forMode:mode];
+ // no special work is needed
195
+ // explicitly not calling super
196
}
197
198
- (void)removeFromRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode;
199
- [super removeFromRunLoop:runLoop forMode:mode];
200
201
202
203
204
0 commit comments