Unverified Commit b1c17313 authored by zichangg's avatar zichangg Committed by GitHub

Remove TODOs added for HTTP abort() change in dart sdk (#63924)

parent b2c0970a
...@@ -228,9 +228,7 @@ class _MockHttpRequest extends HttpClientRequest { ...@@ -228,9 +228,7 @@ class _MockHttpRequest extends HttpClientRequest {
return Future<HttpClientResponse>.value(_MockHttpResponse()); return Future<HttpClientResponse>.value(_MockHttpResponse());
} }
// TODO(zichangguo): remove the ignore after the change in dart:io lands.
@override @override
// ignore: override_on_non_overriding_member
void abort([Object exception, StackTrace stackTrace]) {} void abort([Object exception, StackTrace stackTrace]) {}
@override @override
......
...@@ -378,9 +378,7 @@ class FakeHttpClientRequest implements HttpClientRequest { ...@@ -378,9 +378,7 @@ class FakeHttpClientRequest implements HttpClientRequest {
@override @override
void writeln([Object obj = '']) {} void writeln([Object obj = '']) {}
// TODO(zichangguo): remove the ignore after the change in dart:io lands.
@override @override
// ignore: override_on_non_overriding_member
void abort([Object exception, StackTrace stackTrace]) {} void abort([Object exception, StackTrace stackTrace]) {}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment