Index: runtime/bin/process.cc |
diff --git a/runtime/bin/process.cc b/runtime/bin/process.cc |
index ebafedd28bf3e906e28990ff70e97f5d20abf31b..09476b9100971e4adbc677f55bdaee3d9244950f 100644 |
--- a/runtime/bin/process.cc |
+++ b/runtime/bin/process.cc |
@@ -209,7 +209,6 @@ void FUNCTION_NAME(Process_Exit)(Dart_NativeArguments args) { |
DartUtils::GetInt64Value(Dart_GetNativeArgument(args, 0), &status); |
Dart_ExitIsolate(); |
Dart_Cleanup(); |
- Platform::Cleanup(); |
exit(static_cast<int>(status)); |
} |