Skip to content

Commit

Permalink
Remove redundant optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed May 7, 2017
1 parent be89547 commit 089db08
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -373,8 +373,6 @@ public Iterator<ILonePair> iterator() {
*/
@Override
public Iterable<ISingleElectron> singleElectrons() {
if (singleElectronCount == 0)
return Collections.<ISingleElectron>emptyList();
return new Iterable<ISingleElectron>() {

@Override
Expand Down

0 comments on commit 089db08

Please sign in to comment.