diff --git a/src/haxelib/api/GlobalScope.hx b/src/haxelib/api/GlobalScope.hx index 113b4489..709c3b95 100644 --- a/src/haxelib/api/GlobalScope.hx +++ b/src/haxelib/api/GlobalScope.hx @@ -1,7 +1,5 @@ package haxelib.api; -import haxelib.client.Cli; -import sys.FileSystem; import sys.io.File; import haxe.ds.GenericStack; import haxe.io.Path; diff --git a/src/haxelib/api/Scope.hx b/src/haxelib/api/Scope.hx index 7f54979d..23cd3720 100644 --- a/src/haxelib/api/Scope.hx +++ b/src/haxelib/api/Scope.hx @@ -62,7 +62,6 @@ abstract class Scope { function new(repository:Repository) { this.repository = repository; - // While this class is "GlobalScope", there's currently not a "LocalScope" equivalent class. For now we can add this here. isLocal = repository.path != RepoManager.suggestGlobalPath() ?? ""; overrides = loadOverrides();