diff --git a/runtime/lib/vmservice.cc b/runtime/lib/vmservice.cc index 40070d9394d..e7379771640 100644 --- a/runtime/lib/vmservice.cc +++ b/runtime/lib/vmservice.cc @@ -486,9 +486,8 @@ DEFINE_NATIVE_ENTRY(VMService_spawnUriNotify, 2) { spawn_event.set_spawn_error(&String::Cast(result)); Service::HandleEvent(&spawn_event); } -#else - return Object::null(); #endif + return Object::null(); } } // namespace dart