diff options
author | Adam <Adam@anope.org> | 2017-05-29 17:38:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-05-29 17:38:39 -0400 |
commit | ff81c9bab8e1eddf044d7cb5d06d44b4a43c95d8 (patch) | |
tree | bfed822d690999f2c4458a30a65c232210b1e9cc /modules/chanserv/log.cpp | |
parent | 3f143633541a5361bf5b02b0d69b65447aea7b79 (diff) |
Fixup some compilation warnings
Diffstat (limited to 'modules/chanserv/log.cpp')
-rw-r--r-- | modules/chanserv/log.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/chanserv/log.cpp b/modules/chanserv/log.cpp index 2e69eb2c7..ce6c378d3 100644 --- a/modules/chanserv/log.cpp +++ b/modules/chanserv/log.cpp @@ -274,8 +274,6 @@ public: return; } - bool override = !source.AccessFor(ci).HasPriv("SET"); - std::vector<LogSetting *> ls = ci->GetRefs<LogSetting *>(); for (unsigned i = ls.size(); i > 0; --i) { |