| Index: runtime/vm/native_entry_test.cc
|
| diff --git a/runtime/vm/native_entry_test.cc b/runtime/vm/native_entry_test.cc
|
| index 6d483682c0fa614efbfb2cd17d6655be8af9f8b0..6929913c95c169b8bef2859e93ec1adbd1e966e1 100644
|
| --- a/runtime/vm/native_entry_test.cc
|
| +++ b/runtime/vm/native_entry_test.cc
|
| @@ -56,7 +56,6 @@ void TestSmiSum(Dart_NativeArguments args) {
|
| // Arg0-4: 5 smis or null.
|
| // Result: a smi representing the sum of all non-null arguments.
|
| void TestNonNullSmiSum(Dart_NativeArguments args) {
|
| - Isolate* isolate = Isolate::Current(); // Used by GET_NATIVE_ARGUMENT.
|
| int64_t result = 0;
|
| int arg_count = Dart_GetNativeArgumentCount(args);
|
| // Test the lower level macro GET_NATIVE_ARGUMENT.
|
|
|