Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: packages/path/lib/src/characters.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/path/lib/path.dart ('k') | packages/path/lib/src/context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « packages/path/lib/path.dart ('k') | packages/path/lib/src/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698