From 86bfcf24089c875baa3c636b43270e4fb3570a40 Mon Sep 17 00:00:00 2001 From: gabi Date: Sun, 19 Oct 2014 18:35:41 +0300 Subject: [PATCH] bugfix --- include/c11log/details/fast_oss.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/c11log/details/fast_oss.h b/include/c11log/details/fast_oss.h index f90a2a8c..80cdd3be 100644 --- a/include/c11log/details/fast_oss.h +++ b/include/c11log/details/fast_oss.h @@ -134,14 +134,6 @@ public: } // put int and pad with zeroes if smalled than min_width - fast_oss& operator<<(char c) - { - putc(c); - return *this; - } - - /// put int and pad with zeroes if smalled than min_width/// - void put_int(int n, int padding) { std::string s;