| Index: sdk/lib/core/errors.dart
|
| diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart
|
| index 245fc49fbc7b48dfacd23ba5cddcb921b4a871ea..060eba7c5a82d39a742a65b07a8f4896ab5ea331 100644
|
| --- a/sdk/lib/core/errors.dart
|
| +++ b/sdk/lib/core/errors.dart
|
| @@ -235,13 +235,6 @@ class StackOverflowError implements Error {
|
| String toString() => "Stack Overflow";
|
| }
|
|
|
| -class FiftyThreeBitOverflowError implements Error {
|
| - final Object value;
|
| -
|
| - const FiftyThreeBitOverflowError(this.value);
|
| - String toString() => "53-bit Overflow: $value";
|
| -}
|
| -
|
| /**
|
| * Error thrown when a lazily initialized variable cannot be initialized.
|
| *
|
|
|