Remove unused code.
This commit is contained in:
parent
cfeba45c35
commit
f04cb531db
7
format.h
7
format.h
@ -1203,13 +1203,6 @@ class BasicFormatter {
|
||||
BasicFormatter(const BasicFormatter &);
|
||||
BasicFormatter& operator=(const BasicFormatter &);
|
||||
|
||||
struct Proxy {
|
||||
BasicWriter<Char> *writer;
|
||||
const Char *format;
|
||||
|
||||
Proxy(BasicWriter<Char> *w, const Char *fmt) : writer(w), format(fmt) {}
|
||||
};
|
||||
|
||||
protected:
|
||||
const Char *TakeFormatString() {
|
||||
const Char *format = this->format_;
|
||||
|
Loading…
Reference in New Issue
Block a user