removed to_hex from formatter

This commit is contained in:
gabime 2014-03-08 12:58:23 +02:00
parent 6cc426d0e5
commit 0caa2dd1e8
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ namespace formatters
typedef std::function<std::string(const std::string& logger_name, const std::string&, level::level_enum, const c11log::log_clock::time_point&)> format_fn;
std::string to_hex(const unsigned char* buf, std::size_t size);
class formatter
{
public: