Chromium Code Reviews| Index: lib/src/utils.dart |
| diff --git a/lib/src/utils.dart b/lib/src/utils.dart |
| index 12a429e198a6a48af11722fed650eb33a04cb989..b29262580a6d7500767572366e2cb0484d940ac6 100644 |
| --- a/lib/src/utils.dart |
| +++ b/lib/src/utils.dart |
| @@ -105,7 +105,3 @@ class AuthenticateHeader { |
| return new AuthenticateHeader(scheme, parameters); |
| } |
| } |
| - |
| -/// Returns a [Future] that asynchronously completes to `null`. |
| -Future get async => new Future.delayed(const Duration(milliseconds: 0), |
| - () => null); |