diff options
-rw-r--r-- | modules/core/m_kick.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/core/m_kick.c b/modules/core/m_kick.c index 7aee523..3d9bfd5 100644 --- a/modules/core/m_kick.c +++ b/modules/core/m_kick.c @@ -53,7 +53,6 @@ m_kick(struct Client *client_p, struct Client *source_p, struct Client *target_p = NULL; struct Channel *chptr = NULL; char *comment = NULL; - char *p = NULL; const char *from, *to; struct Membership *ms_source = NULL; struct Membership *ms_target = NULL; |