We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685e50 commit 2cd2dc6Copy full SHA for 2cd2dc6
sbt-bridge/src/xsbt/CachedCompilerImpl.java
@@ -66,8 +66,6 @@ synchronized public void run(File[] sources, DependencyChanges changes, Analysis
66
.setSbtCallback(callback)
67
.setReporter(new DelegatingReporter(delegate));
68
69
- URLClassLoader cl = (URLClassLoader) this.getClass().getClassLoader();
70
-
71
dotty.tools.dotc.reporting.Reporter reporter = Main.process(commandArguments(sources), ctx);
72
if (reporter.hasErrors()) {
73
throw new InterfaceCompileFailed(args, new Problem[0]);
0 commit comments