Chromium Code Reviews| Index: runtime/vm/native_entry_test.cc |
| =================================================================== |
| --- runtime/vm/native_entry_test.cc (revision 9532) |
| +++ runtime/vm/native_entry_test.cc (working copy) |
| @@ -34,7 +34,6 @@ |
| return entry->function_; |
| } else { |
| // Wrong number of arguments. |
| - // TODO(regis): Should we pass a buffer for error reporting? |
| return NULL; |
| } |
| } |