Skip to content

Commit dbac219

Browse files
vogellaclaude
andcommitted
Remove unused local variable closeRect in test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5bc6f96 commit dbac219

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabFolder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,6 @@ public void test_dirtyIndicator_doesNotCloseWithoutCloseEnabled() {
962962

963963
// The dirty item should still have a closeRect allocated for the bullet
964964
CTabItem dirtyItem = ctabFolder.getItem(0);
965-
Rectangle closeRect = dirtyItem.getBounds(); // just verify item exists
966965

967966
int itemCountBefore = ctabFolder.getItemCount();
968967
assertEquals(3, itemCountBefore);

0 commit comments

Comments
 (0)