summaryrefslogtreecommitdiff
path: root/modules/chanserv/log.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-05-29 17:38:39 -0400
committerAdam <Adam@anope.org>2017-05-29 17:38:39 -0400
commitff81c9bab8e1eddf044d7cb5d06d44b4a43c95d8 (patch)
treebfed822d690999f2c4458a30a65c232210b1e9cc /modules/chanserv/log.cpp
parent3f143633541a5361bf5b02b0d69b65447aea7b79 (diff)
Fixup some compilation warnings
Diffstat (limited to 'modules/chanserv/log.cpp')
-rw-r--r--modules/chanserv/log.cpp2
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)
{