summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index cb649a939..5ef579e5a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -190,9 +190,6 @@ static void services_shutdown()
ircdproto->SendSquit(Config.ServerName, quitmsg);
if (uplink)
delete [] uplink;
- if (ircd->chanmodes) {
- delete [] ircd->chanmodes;
- }
u = firstuser();
while (u) {
next = nextuser();