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:
David Ayers 2008-03-09 17:04:00 +00:00
parent 28f8e99d9c
commit db014f0210

View file

@ -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;