diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-15 16:15:26 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-17 18:27:14 +0200 |
commit | e950f568d0f571e9475aa38177486468714de4d3 (patch) | |
tree | 783059ff0b0e1d421250510fe080a26db377bc2a /src/modules/m_spanningtree/main.h | |
parent | 68afa315fccf5d741103137cb65d613a4e9bfef1 (diff) |
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
-rw-r--r-- | src/modules/m_spanningtree/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index 28ebbc373..07b0762e5 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -57,8 +57,6 @@ class ModuleSpanningTree : public Module public: dynamic_reference<DNS::Manager> DNS; - SpanningTreeUtilities* Utils; - /** Set to true if inside a spanningtree call, to prevent sending * xlines and other things back to their source */ |