diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helperfuncs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index b09cec015..842a6a4ca 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -311,7 +311,6 @@ int InspIRCd::UserCount() // this counts only registered users, so that the percentages in /MAP don't mess up when users are sitting in an unregistered state int InspIRCd::RegisteredUserCount() { - int c = 0; return clientlist.size() - this->UnregisteredUserCount(); } |