diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-06-02 00:28:55 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-06-02 00:28:55 +0200 |
commit | b01dc3cb865c2faacfa69f6a081117bf349c6f40 (patch) | |
tree | 085867c898f36c12260a5933b74df1b11a623363 /src/helperfuncs.cpp | |
parent | 3e704abc5af27cc6d8d3e5e720d2fe497b423417 (diff) |
Move a few trivial functions into headers
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r-- | src/helperfuncs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index e86c0bc70..9ed77fb99 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -116,12 +116,6 @@ void InspIRCd::SendError(const std::string &s) } } -/* return channel count */ -long InspIRCd::ChannelCount() -{ - return chanlist->size(); -} - bool InspIRCd::IsValidMask(const std::string &mask) { const char* dest = mask.c_str(); |