diff options
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 93aae54a6..bc0ac6822 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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) |