Skip to content

Commit 2cd2dc6

Browse files
committed
sbt-bridge: remove dead code
1 parent 0685e50 commit 2cd2dc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sbt-bridge/src/xsbt/CachedCompilerImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ synchronized public void run(File[] sources, DependencyChanges changes, Analysis
6666
.setSbtCallback(callback)
6767
.setReporter(new DelegatingReporter(delegate));
6868

69-
URLClassLoader cl = (URLClassLoader) this.getClass().getClassLoader();
70-
7169
dotty.tools.dotc.reporting.Reporter reporter = Main.process(commandArguments(sources), ctx);
7270
if (reporter.hasErrors()) {
7371
throw new InterfaceCompileFailed(args, new Problem[0]);

0 commit comments

Comments
 (0)