| Index: lib/src/context.dart
|
| diff --git a/lib/src/context.dart b/lib/src/context.dart
|
| index e9237a2ba0216125bc74c9f1f8c0a7eaf4f235f5..21b43654b948c51aeb91e349fed6900f75589cc2 100644
|
| --- a/lib/src/context.dart
|
| +++ b/lib/src/context.dart
|
| @@ -518,7 +518,6 @@ class Context {
|
|
|
| var path = normalize(fromUri(uri));
|
| var rel = relative(path);
|
| - var components = split(rel);
|
|
|
| // Only return a relative path if it's actually shorter than the absolute
|
| // path. This avoids ugly things like long "../" chains to get to the root
|
|
|