Skip to content
This repository has been archived by the owner. It is now read-only.

Commit c3e4721

Browse files
lukeindykiewiczjvican
authored andcommitted
Remove unused 'resident' occurrence
1 parent c7541ab commit c3e4721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/xsbti/compile/CachedCompilerProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public interface CachedCompilerProvider {
1818
ScalaInstance scalaInstance();
1919

2020
/** Return a new cached compiler from the usual compiler input. */
21-
CachedCompiler newCachedCompiler(String[] arguments, Output output, Logger log, Reporter reporter, boolean resident);
22-
}
21+
CachedCompiler newCachedCompiler(String[] arguments, Output output, Logger log, Reporter reporter);
22+
}

0 commit comments

Comments
 (0)