Skip to content

Commit

Permalink
some cleanup of unused imports + outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jul 30, 2024
1 parent 508d461 commit af54279
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/haxelib/api/GlobalScope.hx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/haxelib/api/Scope.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit af54279

Please sign in to comment.