diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-05 16:41:57 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-05 16:41:57 +0000 |
commit | 063696ee06ca269c50ebffddc27baadf2b6d964b (patch) | |
tree | bd0157219ded8e636e5c70cb7e940ca4e730c2b4 /modules | |
parent | f593cafb7e63bb73687ce63b5f70a9da039f0e8e (diff) |
- m_encap.c:ms_encap(): removed unused variable
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4174 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_encap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/m_encap.c b/modules/m_encap.c index f22485a..61d337a 100644 --- a/modules/m_encap.c +++ b/modules/m_encap.c @@ -50,7 +50,6 @@ ms_encap(struct Client *client_p, struct Client *source_p, int paramcount, mpara = 0; #endif struct Message *mptr = NULL; - MessageHandler handler = 0; for (i = 1; i < (unsigned int)parc - 1; i++) { |