Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Sep 12, 2013
1 parent d329289 commit f2c8f69
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -34,10 +34,6 @@ public RhinoHookDefinition(Context cx, Scriptable scope, Function fn, String[] t
this.location = location;
}

Function getFunction() {
return fn;
}

@Override
public String getLocation(boolean detail) {
return location.getFileName() + ":" + location.getLineNumber();
Expand Down

0 comments on commit f2c8f69

Please sign in to comment.