diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_chanlog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index f1553ccea..0a189be7f 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -42,7 +42,6 @@ class ChannelLogStream : public LogStream class ModuleChanLog : public Module { private: - InspIRCd *ServerInstance; ChannelLogStream *l; public: ModuleChanLog(InspIRCd* Me) : Module(Me) |