Index: client/html/src/SharedWorker.dart |
diff --git a/client/html/src/SharedWorker.dart b/client/html/src/SharedWorker.dart |
deleted file mode 100644 |
index f66ae553094f2a96ffcc3565b8b406a6a3af3c55..0000000000000000000000000000000000000000 |
--- a/client/html/src/SharedWorker.dart |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// 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. |
- |
-interface SharedWorker extends AbstractWorker { |
- |
- MessagePort get port(); |
-} |