mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-05 21:54:44 +02:00
Remove unused typedef.
This commit is contained in:
@@ -413,7 +413,6 @@ void fmt::BasicFormatter<Char>::DoFormat() {
|
|||||||
format_ = 0;
|
format_ = 0;
|
||||||
next_arg_index_ = 0;
|
next_arg_index_ = 0;
|
||||||
const Char *s = start;
|
const Char *s = start;
|
||||||
typedef internal::Array<Char, BasicWriter<Char>::INLINE_BUFFER_SIZE> Buffer;
|
|
||||||
BasicWriter<Char> &writer = *writer_;
|
BasicWriter<Char> &writer = *writer_;
|
||||||
while (*s) {
|
while (*s) {
|
||||||
Char c = *s++;
|
Char c = *s++;
|
||||||
|
Reference in New Issue
Block a user