Skip to content

Commit

Permalink
[Truffle] FindBugs: remove unused fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 19, 2015
1 parent 31fc0d9 commit b483e10
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@
*/
public final class CoreSourceSection extends NullSourceSection {

private final String className;
private final String methodName;

public CoreSourceSection(String className, String methodName) {
super("core", String.format("%s#%s", className, methodName));
this.className = className;
this.methodName = methodName;
}

}

0 comments on commit b483e10

Please sign in to comment.