Skip to content

Commit 7f152c3

Browse files
committed
cleanup: remove ModNotFound
1 parent ee329fc commit 7f152c3

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

base/src/main/java/org/aya/resolve/error/ModNotFoundException.java

Lines changed: 0 additions & 7 deletions
This file was deleted.

cli-impl/src/main/java/org/aya/cli/library/ImportResolver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import kala.collection.SeqLike;
66
import org.aya.cli.library.source.LibrarySource;
7-
import org.aya.resolve.error.ModNotFoundException;
87
import org.aya.syntax.concrete.stmt.Command;
98
import org.aya.syntax.concrete.stmt.Stmt;
109
import org.aya.syntax.ref.ModulePath;

cli-impl/src/main/java/org/aya/cli/library/LibraryCompiler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
import org.aya.pretty.backend.string.StringPrinterConfig;
1919
import org.aya.pretty.printer.PrinterConfig;
2020
import org.aya.primitive.PrimFactory;
21-
import org.aya.resolve.ResolveInfo;
22-
import org.aya.resolve.context.Context;
2321
import org.aya.resolve.error.LoadErrorKind;
24-
import org.aya.resolve.error.ModNotFoundException;
2522
import org.aya.resolve.error.NameProblem;
2623
import org.aya.resolve.module.CachedModuleLoader;
2724
import org.aya.resolve.module.ModuleLoader;

0 commit comments

Comments
 (0)