Skip to content

Commit b8e45e9

Browse files
committed
Merge branch 'dwa012-develop' into develop
2 parents 141e173 + c96cda2 commit b8e45e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/OAuth2Client/NXOAuth2PostBodyStream.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,14 @@ - (NSError *)streamError;
191191

192192
- (void)scheduleInRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode;
193193
{
194-
[super scheduleInRunLoop:runLoop forMode:mode];
194+
// no special work is needed
195+
// explicitly not calling super
195196
}
196197

197198
- (void)removeFromRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode;
198199
{
199-
[super removeFromRunLoop:runLoop forMode:mode];
200+
// no special work is needed
201+
// explicitly not calling super
200202
}
201203

202204

0 commit comments

Comments
 (0)