mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
Revert unintentional commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@26255 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c276f45f15
commit
b99032f344
1 changed files with 0 additions and 5 deletions
|
@ -72,11 +72,6 @@ static NSString *CLOSE = @"close";
|
|||
|
||||
@implementation NSFileHandle (GSWFileHandleExtensions)
|
||||
|
||||
- (NSData*) _peakSocketLength:(unsigned) len
|
||||
{
|
||||
len = recv(descriptor, buf, len, 0);
|
||||
}
|
||||
|
||||
- (NSData*) readDataLine
|
||||
{
|
||||
NSMutableData *d;
|
||||
|
|
Loading…
Reference in a new issue