From 3252575e2bb2e121dc83da12b925a0fd363a84b3 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 10 Aug 2016 19:42:59 -0700 Subject: [PATCH] Attempt to fix build --- snapshotter/main.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/snapshotter/main.cc b/snapshotter/main.cc index 68cb53cc0..8d05981af 100644 --- a/snapshotter/main.cc +++ b/snapshotter/main.cc @@ -94,7 +94,6 @@ void InitDartVM() { } Dart_Isolate CreateDartIsolate() { - FTL_CHECK(kDartIsolateSnapshotBuffer); char* error = nullptr; Dart_Isolate isolate = Dart_CreateIsolate("dart:snapshot", "main", kDartIsolateSnapshotBuffer, -- GitLab