From af542796f8120015072b6484341808553e272ea4 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Tue, 30 Jul 2024 16:23:06 -0400 Subject: [PATCH] some cleanup of unused imports + outdated comment --- src/haxelib/api/GlobalScope.hx | 2 -- src/haxelib/api/Scope.hx | 1 - 2 files changed, 3 deletions(-) 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();