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.
1 parent ff9c8a4 commit c96cda2Copy full SHA for c96cda2
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