Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(881)

Unified Diff: pkg/sequence_zip/lib/sequence_zip.dart

Issue 136123007: Remove deprecated packages from pkg directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/sequence_zip/lib/iterable_zip.dart ('k') | pkg/sequence_zip/lib/stream_zip.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/sequence_zip/lib/sequence_zip.dart
diff --git a/pkg/sequence_zip/lib/sequence_zip.dart b/pkg/sequence_zip/lib/sequence_zip.dart
deleted file mode 100644
index 8824e46cafe62779ca37b1176cc4be05cc53f501..0000000000000000000000000000000000000000
--- a/pkg/sequence_zip/lib/sequence_zip.dart
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2013, 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.
-
-/**
- * Please use the libraries `package:collection/iterable_zip.dart` for iterable zipping
- * or `package:async/stream_zip.dart` for stream zipping.
- */
-@deprecated
-library sequence_zip;
-
-export "iterable_zip.dart";
-export "stream_zip.dart";
« no previous file with comments | « pkg/sequence_zip/lib/iterable_zip.dart ('k') | pkg/sequence_zip/lib/stream_zip.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698