From f04cb531db7ac26d2dd6c56a91a79a31355c0f81 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 23 Apr 2014 19:41:25 -0700 Subject: [PATCH] Remove unused code. --- format.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/format.h b/format.h index 4e9fa728..cd5cf67d 100644 --- a/format.h +++ b/format.h @@ -1203,13 +1203,6 @@ class BasicFormatter { BasicFormatter(const BasicFormatter &); BasicFormatter& operator=(const BasicFormatter &); - struct Proxy { - BasicWriter *writer; - const Char *format; - - Proxy(BasicWriter *w, const Char *fmt) : writer(w), format(fmt) {} - }; - protected: const Char *TakeFormatString() { const Char *format = this->format_;