Skip to content

Commit c96cda2

Browse files
committed
Cleaning up comments
1 parent ff9c8a4 commit c96cda2

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)