| Index: sdk/lib/_internal/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/core_patch.dart b/sdk/lib/_internal/lib/core_patch.dart
|
| index e14786a8842c8efba8b4bcc889156d8eadb1cbd7..cb844e0410fa7469d2a2f24e8b1a0ccdbcfc8840 100644
|
| --- a/sdk/lib/_internal/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/lib/core_patch.dart
|
| @@ -24,10 +24,6 @@ _symbolMapToStringMap(Map<Symbol, dynamic> map) {
|
| return result;
|
| }
|
|
|
| -patch void print(Object object) {
|
| - Primitives.printString(object.toString());
|
| -}
|
| -
|
| patch int identityHashCode(Object object) => objectHashCode(object);
|
|
|
| // Patch for Object implementation.
|
|
|