Skip to content

Commit 460d3ad

Browse files
committed
Bug: warning "The value of the local variable project is not used" in J2SAddInnerJarAction.java
1 parent fe54c51 commit 460d3ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/property/J2SAddInnerJarAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public void widgetSelected(SelectionEvent e) {
8585
}
8686
prjName = j2sPath.substring(0, j2sPath.indexOf(File.separatorChar));
8787
}
88-
final IProject project = (prjName != null) ? root.getProject(prjName) : null;
8988
ILabelProvider lp= new LabelProvider() {
9089

9190
public String getText(Object element) {

0 commit comments

Comments
 (0)