| Index: sdk/lib/core/string.dart
|
| diff --git a/sdk/lib/core/string.dart b/sdk/lib/core/string.dart
|
| index 34aafd182ae9747e3a64f7b2fc653000761b4ba0..36a2e60fdc9a197824cb763514f3f5ed72c90134 100644
|
| --- a/sdk/lib/core/string.dart
|
| +++ b/sdk/lib/core/string.dart
|
| @@ -139,12 +139,6 @@ abstract class String implements Comparable<String>, Pattern {
|
| String operator +(String other);
|
|
|
| /**
|
| - * *Deprecated* Use [operator+] instead.
|
| - */
|
| - @deprecated
|
| - String concat(String other);
|
| -
|
| - /**
|
| * Returns a slice of this string from [startIndex] to [endIndex].
|
| *
|
| * If [startIndex] is omitted, it defaults to the start of the string.
|
|
|