Chromium Code Reviews| Index: runtime/bin/common.dart |
| diff --git a/runtime/bin/common.dart b/runtime/bin/common.dart |
| index aa3365a7caf82830a0c7ea9d85e7b9486314493c..9e0842ae3a441ca16de4abbaafe397280e9e4a7d 100644 |
| --- a/runtime/bin/common.dart |
| +++ b/runtime/bin/common.dart |
| @@ -40,8 +40,3 @@ class OSError { |
| */ |
| final int errorCode; |
| } |
| - |
| - |
| -// TODO(sgjesse): Remove this once Dart constructors can be invoked |
| -// through the API. |
| -OSError _makeOSError(message, code) => new OSError(message, code); |