Skip to content

Commit ff9c8a4

Browse files
author
Daniel Ray Ward
committed
Remove the super calls that prevented use in iOS8
1 parent d3a11dd commit ff9c8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/OAuth2Client/NXOAuth2PostBodyStream.m

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

192192
- (void)scheduleInRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode;
193193
{
194-
[super scheduleInRunLoop:runLoop forMode:mode];
194+
//[super scheduleInRunLoop:runLoop forMode:mode];
195195
}
196196

197197
- (void)removeFromRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)mode;
198198
{
199-
[super removeFromRunLoop:runLoop forMode:mode];
199+
//[super removeFromRunLoop:runLoop forMode:mode];
200200
}
201201

202202

0 commit comments

Comments
 (0)