diff options
Diffstat (limited to 'core/string_builder.h')
-rw-r--r-- | core/string_builder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/string_builder.h b/core/string_builder.h index 8fcd6669bd..2a37d14218 100644 --- a/core/string_builder.h +++ b/core/string_builder.h @@ -35,7 +35,6 @@ #include "core/vector.h" class StringBuilder { - uint32_t string_length = 0; Vector<String> strings; |