Chromium Code Reviews| Index: runtime/bin/snapshot_in.cc |
| =================================================================== |
| --- runtime/bin/snapshot_in.cc (revision 45789) |
| +++ runtime/bin/snapshot_in.cc (working copy) |
| @@ -22,7 +22,6 @@ |
| // This string forms the content of a vm isolate snapshot which is loaded |
| // into the vm isolate. |
| static const uint8_t vm_isolate_snapshot_buffer_[] = { |
| - 0, |
| %s |
| }; |
| const uint8_t* vm_isolate_snapshot_buffer = vm_isolate_snapshot_buffer_; |