Skip to content

Commit 37dd76c

Browse files
committed
Remove unused method from AbstractGenericEditorTest
1 parent 112c0bf commit 37dd76c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/AbstratGenericEditorTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import static org.eclipse.ui.tests.harness.util.DisplayHelper.runEventLoop;
1717
import static org.eclipse.ui.tests.harness.util.UITestUtil.forceActive;
18-
import static org.eclipse.ui.tests.harness.util.UITestUtil.processEvents;
1918
import static org.eclipse.ui.tests.harness.util.UITestUtil.waitForJobs;
2019

2120
import java.nio.charset.StandardCharsets;
@@ -131,12 +130,4 @@ private static void closeIntro() {
131130
}
132131
}
133132

134-
public static void waitAndDispatch(long milliseconds) {
135-
long timeout = milliseconds; //ms
136-
long start = System.currentTimeMillis();
137-
while (start + timeout > System.currentTimeMillis()) {
138-
processEvents();
139-
}
140-
}
141-
142133
}

0 commit comments

Comments
 (0)