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_;