diff options
| author | 2006-03-27 02:57:18 +0000 | |
|---|---|---|
| committer | 2006-03-27 02:57:18 +0000 | |
| commit | fb231918f04dddaba7b8300ea4c518144e80f283 (patch) | |
| tree | c7b4494b2dd7811db278b8d37d236dfbda9f3a7b /src/modules/m_spanningtree.cpp | |
| parent | Removed unused check for valid channel name - if it's invalid, it won't exist... (diff) | |
Remove unused variable
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3767 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 23ad4b820..f504c28bf 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1405,7 +1405,6 @@ class TreeSocket : public InspSocket */ virtual bool OnDataReady() { - int iterations = 0; char* data = this->Read(); /* Check that the data read is a valid pointer and it has some content */ if (data && *data) |
