1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 16:06:39 +02:00

Allow os_dns to manage multiple zones

This commit is contained in:
Adam
2012-12-23 15:30:08 -05:00
parent dc751bd2f1
commit 1285c7f0ca
2 changed files with 342 additions and 69 deletions
-2
View File
@@ -123,8 +123,6 @@ bool ListFormatter::IsEmpty() const
void ListFormatter::Process(std::vector<Anope::string> &buffer)
{
buffer.clear();
std::map<Anope::string, size_t> lenghts;
std::set<Anope::string> breaks;
for (unsigned i = 0; i < this->columns.size(); ++i)