| Index: src/snapshot-common.cc
|
| diff --git a/src/snapshot-common.cc b/src/snapshot-common.cc
|
| index a8806f053fe13b2f796c9009eb05c48843217394..a4af180b192015e602b5b335a7c27e66fbc039b1 100644
|
| --- a/src/snapshot-common.cc
|
| +++ b/src/snapshot-common.cc
|
| @@ -95,7 +95,7 @@ bool Snapshot::Initialize(const char* snapshot_file) {
|
| }
|
| DeleteArray(str);
|
| return success;
|
| - } else if (size_ > 0) {
|
| + } else if (false) { // DO NOT SUBMIT(siggi) size_ > 0) {
|
| SnapshotByteSource source(raw_data_, raw_size_);
|
| Deserializer deserializer(&source);
|
| ReserveSpaceForLinkedInSnapshot(&deserializer);
|
|
|