Index: sdk/lib/core/regexp.dart |
diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart |
index f3b015eb1f71ae17687426100faf7624ec0e7295..840754e50f92507d7a29a94f7a42df53a55366a7 100644 |
--- a/sdk/lib/core/regexp.dart |
+++ b/sdk/lib/core/regexp.dart |
@@ -86,14 +86,6 @@ abstract class Match { |
String get input; |
/** |
- * Deprecated alias for [input]. |
- * |
- * Will be removed soon. |
- */ |
- @deprecated |
- String get str; |
- |
- /** |
* The pattern used to search in [input]. |
*/ |
Pattern get pattern; |