| Index: runtime/vm/snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/snapshot.cc (revision 14314)
|
| +++ runtime/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(),
|
|
|