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

Unified Diff: sdk/lib/math/base.dart

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « sdk/lib/json/json.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/math/base.dart
diff --git a/sdk/lib/math/base.dart b/sdk/lib/math/base.dart
index 4aab467a288afa9721fb8c431ee1840db20d49ee..e75286d4d44e948289f448ca396b7a5a7d634207 100644
--- a/sdk/lib/math/base.dart
+++ b/sdk/lib/math/base.dart
@@ -46,12 +46,6 @@ const double SQRT1_2 = 0.7071067811865476;
*/
const double SQRT2 = 1.4142135623730951;
-/** Temporary redirect to [int.parse]. */
-int parseInt(String string) => int.parse(string);
-
-/** Temporary redirect to [double.parse]. */
-double parseDouble(String string) => double.parse(string);
-
/**
* Returns the lesser of two numbers.
*
« no previous file with comments | « sdk/lib/json/json.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698