| Index: runtime/vm/snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/snapshot.cc (revision 19080)
|
| +++ runtime/vm/snapshot.cc (working copy)
|
| @@ -631,11 +631,6 @@
|
| }
|
|
|
|
|
| -RawStacktrace* SnapshotReader::NewStacktrace() {
|
| - ALLOC_NEW_OBJECT(Stacktrace, object_store()->stacktrace_class());
|
| -}
|
| -
|
| -
|
| RawClass* SnapshotReader::LookupInternalClass(intptr_t class_header) {
|
| // If the header is an object Id, lookup singleton VM classes or classes
|
| // stored in the object store.
|
|
|