| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 8c9c8c8fd5e99d537f5b57658c9a702b31197b8b..4662d820ff48d4ec386e4c41b6b1ebe370c58928 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -157,9 +157,7 @@ static struct NativeEntries {
|
| const char* name_;
|
| Dart_NativeFunction function_;
|
| int argument_count_;
|
| -} IOEntries[] = {
|
| - IO_NATIVE_LIST(REGISTER_FUNCTION)
|
| -};
|
| +} IOEntries[] = {IO_NATIVE_LIST(REGISTER_FUNCTION)};
|
|
|
|
|
| Dart_NativeFunction IONativeLookup(Dart_Handle name,
|
|
|