Chromium Code Reviews| Index: vm/snapshot.cc |
| =================================================================== |
| --- vm/snapshot.cc (revision 14046) |
| +++ vm/snapshot.cc (working copy) |
| @@ -387,13 +387,6 @@ |
| } |
| -RawFourByteString* SnapshotReader::NewFourByteString(intptr_t len) { |
| - ALLOC_NEW_OBJECT_WITH_LEN(FourByteString, |
| - object_store()->four_byte_string_class(), |
| - len); |
| -} |
| - |
| - |
| RawTypeArguments* SnapshotReader::NewTypeArguments(intptr_t len) { |
| ALLOC_NEW_OBJECT_WITH_LEN(TypeArguments, |
| Object::type_arguments_class(), |