Chromium Code Reviews| Index: lib/error_code.dart |
| diff --git a/lib/error_code.dart b/lib/error_code.dart |
| index 14b77f2e09b2feb83dac3334ad69a574cd8ed034..7dd80798bd5bbbd6d60d8cf3dc9941b14dd3d5b3 100644 |
| --- a/lib/error_code.dart |
| +++ b/lib/error_code.dart |
| @@ -9,8 +9,6 @@ |
| /// convenience constructors in [RpcException]. |
| /// |
| /// [spec]: http://www.jsonrpc.org/specification#error_object |
| -library json_rpc_2.error_code; |
| - |
| /// An error code indicating that invalid JSON was received by the server. |
| const PARSE_ERROR = -32700; |