summaryrefslogtreecommitdiff
path: root/server/class.c
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-12-11 19:56:30 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-12-11 19:56:30 +0000
commit975e70a94188bb6d8e058ca17129de08e14e556b (patch)
tree1195d111c976be61e072ca8f645d6cc31187428d /server/class.c
parent590f6d9ba701c3019640a5b4779513b39c63496c (diff)
ZDestination::~ZDestination is now unconditional.
Diffstat (limited to 'server/class.c')
-rw-r--r--server/class.c2
1 files changed, 0 insertions, 2 deletions
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 */