Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
This is also broken as it compares two objects of different types
for equality.
  • Loading branch information
nezihyigitbasi committed Jul 5, 2018
1 parent 06a9d73 commit 7817c43
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,6 @@ private static void assertExchangeTotalBufferedBytes(LocalExchange exchange, int
assertEquals(exchange.getBufferedBytes(), retainedSizeOfPages(pageCount));
}

private static void assertExchangeTotalBufferedPages(LocalExchange exchange, int pageCount)
{
assertEquals(exchange, retainedSizeOfPages(pageCount));
}

private static Page createPage(int i)
{
return SequencePageBuilder.createSequencePage(TYPES, 100, i);
Expand Down

0 comments on commit 7817c43

Please sign in to comment.