diff options
| author | 2014-01-31 14:27:32 +0100 | |
|---|---|---|
| committer | 2014-01-31 14:27:32 +0100 | |
| commit | 98ef89c392a63bb7a78df5e8d8283c848f9dd2af (patch) | |
| tree | 0dc6b3ee42a8be385539dacac0815439b95cd300 /src/channels.cpp | |
| parent | Document new delayed join feature of m_conn_join (diff) | |
| download | inspircd++-98ef89c392a63bb7a78df5e8d8283c848f9dd2af.tar.gz inspircd++-98ef89c392a63bb7a78df5e8d8283c848f9dd2af.tar.bz2 inspircd++-98ef89c392a63bb7a78df5e8d8283c848f9dd2af.zip | |
Remove some dead code
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 20d61e1d4..7d8bff661 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -438,7 +438,6 @@ ModResult Channel::GetExtBanStatus(User *user, char type) ListModeBase* banlm = static_cast<ListModeBase*>(*ban); const ListModeBase::ModeList* bans = banlm->GetList(this); if (bans) - { for (ListModeBase::ModeList::const_iterator it = bans->begin(); it != bans->end(); ++it) { |
