mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code.
This commit is contained in:
parent
a1514249f3
commit
52c127c950
15 changed files with 20 additions and 126 deletions
|
@ -490,8 +490,6 @@ GSPrivateSockaddrSetup(NSString *machine, uint16_t port,
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
GSMakeWeakPointer(self, "istream");
|
||||
GSMakeWeakPointer(self, "ostream");
|
||||
}
|
||||
|
||||
+ (void) tryInput: (GSSocketInputStream*)i output: (GSSocketOutputStream*)o
|
||||
|
@ -2002,7 +2000,6 @@ setNonBlocking(SOCKET fd)
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
GSMakeWeakPointer(self, "_sibling");
|
||||
if (self == [GSSocketInputStream class])
|
||||
{
|
||||
GSObjCAddClassBehavior(self, [GSSocketStream class]);
|
||||
|
@ -2497,7 +2494,6 @@ setNonBlocking(SOCKET fd)
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
GSMakeWeakPointer(self, "_sibling");
|
||||
if (self == [GSSocketOutputStream class])
|
||||
{
|
||||
GSObjCAddClassBehavior(self, [GSSocketStream class]);
|
||||
|
@ -3010,7 +3006,6 @@ setNonBlocking(SOCKET fd)
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
GSMakeWeakPointer(self, "_sibling");
|
||||
if (self == [GSSocketServerStream class])
|
||||
{
|
||||
GSObjCAddClassBehavior(self, [GSSocketStream class]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue