diff options
| author | 2007-10-28 18:33:06 +0000 | |
|---|---|---|
| committer | 2007-10-28 18:33:06 +0000 | |
| commit | 4840d5e77572f42b710501912d59b5dbb6d2c2af (patch) | |
| tree | 6ff11fbb04dd9a78ae9befdc66bcdb4ea03aa2a4 /src/modules/m_spanningtree/utils.cpp | |
| parent | Add m_proxyscan -- someone can doubtless do a much better job of this, as it'... (diff) | |
| download | inspircd++-4840d5e77572f42b710501912d59b5dbb6d2c2af.tar.gz inspircd++-4840d5e77572f42b710501912d59b5dbb6d2c2af.tar.bz2 inspircd++-4840d5e77572f42b710501912d59b5dbb6d2c2af.zip | |
- Tear out a useless load of XLine clutters that did nothing much except confuse things
- Revert back to early 1.0 design of using a single list for line storage. We'll make this work more efficiently than 1.0 though of course. This simplifies the code for expiry, checking, etc.
- Merge a bunch of sort callbacks into a single sort callback for class XLine.
- Horribly break apply_lines() for the time being.
.. and that's probably it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8398 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/utils.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/utils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/utils.cpp b/src/modules/m_spanningtree/utils.cpp index 0376ea0c2..f147a6f79 100644 --- a/src/modules/m_spanningtree/utils.cpp +++ b/src/modules/m_spanningtree/utils.cpp @@ -177,8 +177,6 @@ SpanningTreeUtilities::SpanningTreeUtilities(InspIRCd* Instance, ModuleSpanningT { Bindings.clear(); - lines_to_apply = 0; - this->TreeRoot = new TreeServer(this, ServerInstance, ServerInstance->Config->ServerName, ServerInstance->Config->ServerDesc, ServerInstance->Config->GetSID()); modulelist* ml = ServerInstance->Modules->FindInterface("BufferedSocketHook"); |
