Index: lib/src/parsed_path.dart |
diff --git a/lib/src/parsed_path.dart b/lib/src/parsed_path.dart |
index a7b0afd3bf1662eee670ff63328b9b089a9922e8..3a9a9a22536a08a4944ef76d1aa69e25c7f8ea44 100644 |
--- a/lib/src/parsed_path.dart |
+++ b/lib/src/parsed_path.dart |
@@ -41,8 +41,6 @@ class ParsedPath { |
bool get isAbsolute => root != null; |
factory ParsedPath.parse(String path, InternalStyle style) { |
- var before = path; |
- |
// Remove the root prefix, if any. |
var root = style.getRoot(path); |
var isRootRelative = style.isRootRelative(path); |