aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar w00t2008-11-30 21:36:06 +0000
committerGravatar w00t2008-11-30 21:36:06 +0000
commitf58879f3591b2ee296561bd0879832ae45cec49d (patch)
tree870697c58f3a46cae3b999fc3958178eb090f293 /src
parentDon't append server name to kill reasons. (diff)
downloadinspircd++-f58879f3591b2ee296561bd0879832ae45cec49d.tar.gz
inspircd++-f58879f3591b2ee296561bd0879832ae45cec49d.tar.bz2
inspircd++-f58879f3591b2ee296561bd0879832ae45cec49d.zip
Remove unused variable (thanks to everyone who noticed it)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10835 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_spanningtree/kill.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/kill.cpp b/src/modules/m_spanningtree/kill.cpp
index 3b33e4919..e4b97185f 100644
--- a/src/modules/m_spanningtree/kill.cpp
+++ b/src/modules/m_spanningtree/kill.cpp
@@ -35,7 +35,6 @@ bool TreeSocket::RemoteKill(const std::string &prefix, std::deque<std::string> &
/* Prepend kill source, if we don't have one */
if (*(params[1].c_str()) != 'K')
{
- TreeServer* ts = Utils->FindServer(prefix);
params[1] = "Killed (" + params[1] +")";
}
std::string reason = params[1];