| Index: utils/pub/utils.dart
|
| diff --git a/utils/pub/utils.dart b/utils/pub/utils.dart
|
| index 211b5a7b3ce6c50b1de13615695dc577d4a3d445..f4e8f401958d5233bca4e675b9632ce96c3187c6 100644
|
| --- a/utils/pub/utils.dart
|
| +++ b/utils/pub/utils.dart
|
| @@ -10,15 +10,6 @@
|
| #import('dart:crypto');
|
| #import('dart:isolate');
|
|
|
| -/** Thrown by methods that parse text when the text isn't a valid. */
|
| -class FormatException implements Exception {
|
| - final String message;
|
| -
|
| - FormatException(this.message);
|
| -
|
| - String toString() => message;
|
| -}
|
| -
|
| /** A pair of values. */
|
| class Pair<E, F> {
|
| E first;
|
|
|