diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-04-10 17:23:37 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-04-10 17:23:37 +0000 |
commit | 2b46ce6ea1b814d0c3bba97c0bcf39f77ae81645 (patch) | |
tree | 12aa0c1a8055a4e9aed01d29608a1d8ec9066d28 | |
parent | 71c940dabf814ae6bd73b8259445dc8dabf042da (diff) |
- m_kick.c:m_kick(): removed unused variable
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3293 82007160-df01-0410-b94d-b575c5fd34c7
-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; |