Skip to content

Commit

Permalink
Removing temporary method
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Mar 23, 2013
1 parent 2cb5093 commit be69d81
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@ private void traverseShortestPaths() {
}
}

// temporary method whilst refactoring
private int[] toIndexedPath(List<IAtom> atoms){
int[] path = new int[atoms.size()];
for(int i = 0; i < path.length; i++)
path[i] = container.getAtomNumber(atoms.get(i));
return path;
}

/**
* Encode the provided path of atoms to a string.
*
Expand Down

0 comments on commit be69d81

Please sign in to comment.