Chromium Code Reviews| Index: packages/path/lib/src/characters.dart |
| diff --git a/packages/path/lib/src/characters.dart b/packages/path/lib/src/characters.dart |
| index ff196a6722596dec232eba9976a5b151999e42d2..7dddb2f16bc255a48677172be686cd7ceb722927 100644 |
| --- a/packages/path/lib/src/characters.dart |
| +++ b/packages/path/lib/src/characters.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| /// This library contains character-code definitions. |
| -library path.characters; |
| - |
| const PLUS = 0x2b; |
| const MINUS = 0x2d; |
| const PERIOD = 0x2e; |