mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
partial revert for regression on unix
This commit is contained in:
parent
d444f1fb3f
commit
c4e5ea3d42
1 changed files with 0 additions and 9 deletions
|
@ -578,15 +578,6 @@ static RunLoopEventType typeForStream(NSStream *aStream)
|
|||
[delegate stream: self
|
||||
handleEvent: NSStreamEventOpenCompleted];
|
||||
}
|
||||
if ([self isKindOfClass: [NSOutputStream class]])
|
||||
{
|
||||
_events |= NSStreamEventHasSpaceAvailable;
|
||||
if (delegate != nil)
|
||||
{
|
||||
[delegate stream: self
|
||||
handleEvent: NSStreamEventHasSpaceAvailable];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (event == NSStreamEventHasBytesAvailable)
|
||||
|
|
Loading…
Reference in a new issue