Skip to content

Commit

Permalink
Remove no-longer-needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Nov 19, 2024
1 parent 189fdc4 commit 463d73d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/scijava/launcher/ClassLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.URLClassLoader;
import java.util.Arrays;

/**
Expand Down Expand Up @@ -77,7 +76,6 @@ private static void tryToRun(Runnable<?> r) {
}

private static void run(String[] args) {
URLClassLoader classLoader = null;
int i = 0;
for (; i < args.length && args[i].charAt(0) == '-'; i++) {
final String option = args[i];
Expand Down

0 comments on commit 463d73d

Please sign in to comment.