minor code cleanup

This commit is contained in:
gabime
2018-07-08 01:41:32 +03:00
parent 45da6c9c33
commit 887326e715
3 changed files with 7 additions and 21 deletions

View File

@@ -19,17 +19,7 @@ public:
: formatter_(std::unique_ptr<spdlog::formatter>(new pattern_formatter("%+")))
{
}
//
// explicit sink(const std::string &formatter_pattern)
// : formatter_(std::unique_ptr<spdlog::formatter>(new pattern_formatter(formatter_pattern)))
// {
// }
//
// // sink with custom formatter
// explicit sink(std::unique_ptr<spdlog::formatter> sink_formatter)
// : formatter_(std::move(sink_formatter))
// {
// }
virtual ~sink() = default;