Skip to content

Commit cfde1db

Browse files
committed
remove unused code
1 parent f742b34 commit cfde1db

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/src/main/java/net/sourceforge/jnlp/config/DeploymentConfiguration.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -718,11 +718,4 @@ public static String VVPossibleBrowserValues() {
718718
ConfigurationConstants.KEY_BROWSER_PATH
719719
);
720720
}
721-
722-
private static String clean(String s) {
723-
while (s.contains(File.separator + File.separator)) {
724-
s = s.replace(File.separator + File.separator, File.separator);
725-
}
726-
return s;
727-
}
728721
}

0 commit comments

Comments
 (0)