Index: sdk/lib/io/timer_impl.dart |
diff --git a/sdk/lib/io/timer_impl.dart b/sdk/lib/io/timer_impl.dart |
index b1e4d421570541b30575df63cc0ffc049489b66a..2e78eba96708eb0078826649171a300588fe39a6 100644 |
--- a/sdk/lib/io/timer_impl.dart |
+++ b/sdk/lib/io/timer_impl.dart |
@@ -2,8 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of dart.io; |
- |
class _Timer implements Timer { |
// Set jitter to wake up timer events that would happen in _TIMER_JITTER ms. |
static const int _TIMER_JITTER = 0; |