mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
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(const BasicFormatter &);
|
||||||
BasicFormatter& operator=(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:
|
protected:
|
||||||
const Char *TakeFormatString() {
|
const Char *TakeFormatString() {
|
||||||
const Char *format = this->format_;
|
const Char *format = this->format_;
|
||||||
|
Loading…
Reference in New Issue
Block a user