From 975e70a94188bb6d8e058ca17129de08e14e556b Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Tue, 11 Dec 1990 19:56:30 +0000 Subject: ZDestination::~ZDestination is now unconditional. --- server/class.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/class.c') diff --git a/server/class.c b/server/class.c index 3a9604e..f51cde6 100644 --- a/server/class.c +++ b/server/class.c @@ -121,11 +121,9 @@ int operator== (const ZDestination& d1, const ZDestination& d2) { && d1.recip == d2.recip); } -#ifndef __GNUG__ ZDestination::~ZDestination () { /* implicit destruction of ZString objects... */ } -#endif /* register the client as interested in class */ -- cgit v1.2.3