| Index: lib/compiler/implementation/lib/coreimpl_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/coreimpl_patch.dart b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| index d2a638d4ec982e9ab07b8336c7b118d7f6e1b903..9c07bcfaf3b8e0f8ba80e93b6e8bac4036b4eb95 100644
|
| --- a/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| +++ b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| @@ -69,15 +69,6 @@ patch class ListImplementation<E> {
|
| }
|
|
|
|
|
| -// Patch for Stopwatch implementation.
|
| -// TODO(ager): Split out into stopwatch_patch.dart and allow #source
|
| -// in patch files?
|
| -patch class StopwatchImplementation {
|
| - patch static int _frequency() => 1000;
|
| - patch static int _now() => Primitives.dateNow();
|
| -}
|
| -
|
| -
|
| // Patch for RegExp implementation.
|
| // TODO(ager): Split out into regexp_patch.dart and allow #source in
|
| // patch files?
|
|
|