Commit 43fa564e authored by Victor Zverovich's avatar Victor Zverovich

Remove unused typedef.

parent e0afc418
......@@ -413,7 +413,6 @@ void fmt::BasicFormatter<Char>::DoFormat() {
format_ = 0;
next_arg_index_ = 0;
const Char *s = start;
typedef internal::Array<Char, BasicWriter<Char>::INLINE_BUFFER_SIZE> Buffer;
BasicWriter<Char> &writer = *writer_;
while (*s) {
Char c = *s++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment