Skip to content

Commit 03103b1

Browse files
committed
Bug: warning "The value of the local variable useDefault is not used" in J2SClasspathOptionTab.java
1 parent c55c63a commit 03103b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/J2SClasspathOptionTab.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ public void performApply(ILaunchConfigurationWorkingCopy configuration) {
194194
IProject project = javaProject.getProject();
195195
String prjFolder = project.getLocation().toOSString();
196196
File workingDir = new File(prjFolder);
197-
boolean useDefault = true;
198-
try {
199-
useDefault = configuration.getAttribute(IJavaLaunchConfigurationConstants.ATTR_DEFAULT_CLASSPATH, true);
200-
} catch (CoreException e) {
201-
//JDIDebugUIPlugin.log(e);
202-
}
203197
String path = javaProject.getOutputLocation().toString();
204198
int idx = path.indexOf('/', 2);
205199
String relativePath = null;

0 commit comments

Comments
 (0)