summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */