diff options
Diffstat (limited to 'core/string_buffer.h')
-rw-r--r-- | core/string_buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/string_buffer.h b/core/string_buffer.h index cfe7cdabfe..0f0b572efb 100644 --- a/core/string_buffer.h +++ b/core/string_buffer.h @@ -35,7 +35,6 @@ template <int SHORT_BUFFER_SIZE = 64> class StringBuffer { - CharType short_buffer[SHORT_BUFFER_SIZE]; String buffer; int string_length = 0; |