From 22d075c83ddaac204ac0f884dea695506b7295fa Mon Sep 17 00:00:00 2001 From: Elfyn McBratney Date: Thu, 28 Dec 2006 02:20:29 +0000 Subject: [PATCH] Drop unused variable m_bn. --- src/mod_dynamic.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod_dynamic.c b/src/mod_dynamic.c index d0de1ec..90e51f1 100644 --- a/src/mod_dynamic.c +++ b/src/mod_dynamic.c @@ -403,8 +403,6 @@ load_one_module (const char *path, int coremodule) static int mo_modload (struct Client *client_p, struct Client *source_p, int parc, const char **parv) { - char *m_bn; - if (!IsOperAdmin(source_p)) { sendto_one(source_p, form_str(ERR_NOPRIVS), -- 2.11.4.GIT