Remove unused block and local var
diff --git a/lib/src/style/url.dart b/lib/src/style/url.dart
index 9dc4442..6860b9a 100644
--- a/lib/src/style/url.dart
+++ b/lib/src/style/url.dart
@@ -62,8 +62,6 @@
       }
     }
 
-    var index = path.indexOf("/");
-    if (index > 0 && path.startsWith('://', index - 1)) {}
     return 0;
   }