Skip to content

Commit

Permalink
Remove unused method EProc.getLoalNode()
Browse files Browse the repository at this point in the history
  • Loading branch information
esstrifork committed Jan 28, 2014
1 parent 1d16151 commit 3ec1b2b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/erjang/EProc.java
Original file line number Diff line number Diff line change
Expand Up @@ -401,13 +401,6 @@ public ErlangException getLastException() {
return last_exception;
}

/**
* @return
*/
public ELocalNode getLocalNode() {
return ERT.getLocalNode();
}

/**
* @param testAtom
* @param a2
Expand Down

0 comments on commit 3ec1b2b

Please sign in to comment.