Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Sep 3, 2019
1 parent 4440b96 commit 112c75a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions presto-main/src/main/java/io/prestosql/util/DisjointSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ public Entry()
this(null, 0);
}

public Entry(Entry<T> entry)
{
this(entry.parent, entry.rank);
}

private Entry(T parent, int rank)
{
this.parent = parent;
Expand Down

0 comments on commit 112c75a

Please sign in to comment.