Remove unused typedef.

This commit is contained in:
Victor Zverovich 2013-11-14 08:44:05 -08:00
parent e0afc418b3
commit 43fa564e9b

View File

@ -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++;