diff --git a/base/src/com/google/idea/blaze/base/projectview/section/ListSection.java b/base/src/com/google/idea/blaze/base/projectview/section/ListSection.java index 2c2f5e512a3..043a3e81a89 100644 --- a/base/src/com/google/idea/blaze/base/projectview/section/ListSection.java +++ b/base/src/com/google/idea/blaze/base/projectview/section/ListSection.java @@ -136,10 +136,6 @@ public final Builder add(TextBlock textBlock) { return this; } - private int getLastLineIndex() { - return this.items.get(items.size() - 1).getLineIndex() + 1; - } - @CanIgnoreReturnValue public final Builder removeMatches(Predicate> predicate) { items.removeIf(predicate);