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

Unified Diff: frog/lib/corelib.dart

Issue 9401030: remove promise from corelib (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 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
Index: frog/lib/corelib.dart
diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
index bd78d2d8dac0fa1c817cab75b9fd06e9d5970a4f..2e5afdb2500258d8d5a31c6d0388c454818ca29e 100644
--- a/frog/lib/corelib.dart
+++ b/frog/lib/corelib.dart
@@ -29,7 +29,6 @@
#source("num.dart"); // overriden to include int members on num - weird typing
#source("../../corelib/src/options.dart");
#source("../../corelib/src/pattern.dart");
-#source("../../corelib/src/promise.dart");
#source("../../corelib/src/queue.dart");
#source("../../corelib/src/regexp.dart");
#source("../../corelib/src/set.dart");

Powered by Google App Engine
This is Rietveld 408576698