Index: runtime/lib/string.cc |
=================================================================== |
--- runtime/lib/string.cc (revision 44266) |
+++ runtime/lib/string.cc (working copy) |
@@ -57,8 +57,6 @@ |
Exceptions::ThrowArgumentError(end_obj); |
} |
- Zone* zone = isolate->current_zone(); |
- |
// Unbox the array and determine the maximum element width. |
bool is_one_byte_string = true; |
intptr_t array_len = end - start; |