Chromium Code Reviews| Index: runtime/vm/dart_api_impl.h |
| =================================================================== |
| --- runtime/vm/dart_api_impl.h (revision 1409) |
| +++ runtime/vm/dart_api_impl.h (working copy) |
| @@ -37,8 +37,6 @@ |
| // Generates a handle used to designate an error return. |
| static Dart_Handle Error(const char* format, ...); |
| - static Dart_Handle VError(const char* format, va_list args); |
| - |
| // Gets a handle to Null. |
| static Dart_Handle Null(); |