Skip to content

Commit

Permalink
drop dead methods
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Aug 5, 2024
1 parent 71e1267 commit 088e208
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,26 +96,6 @@ public static boolean isExplodedModularRuntime(@Nonnull String homePath) {
return new File(homePath, "modules/java.base").isDirectory();
}

@Deprecated
public static boolean useDynamicVMOptions() {
return true;
}

@Deprecated
public static boolean useDynamicParameters() {
return true;
}

@Deprecated
public static boolean useClasspathJar() {
return true;
}

@Deprecated
public static boolean useDynamicClasspath(@Nullable Project project) {
return true;
}

public static GeneralCommandLine setupJVMCommandLine(@Nonnull OwnSimpleJavaParameters javaParameters) throws CantRunException {
Sdk jdk = javaParameters.getJdk();
if (jdk == null) {
Expand Down

0 comments on commit 088e208

Please sign in to comment.