From 0caa2dd1e8af21b09fb0de14facf92a097e7fe2c Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 8 Mar 2014 12:58:23 +0200 Subject: [PATCH] removed to_hex from formatter --- include/c11log/formatter.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/c11log/formatter.h b/include/c11log/formatter.h index 1acfc9d7..b782a33c 100644 --- a/include/c11log/formatter.h +++ b/include/c11log/formatter.h @@ -18,8 +18,6 @@ namespace formatters typedef std::function format_fn; -std::string to_hex(const unsigned char* buf, std::size_t size); - class formatter { public: