summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/WaitUnreachable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/WaitUnreachable.java')
-rw-r--r--qadevOOo/runner/util/WaitUnreachable.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/WaitUnreachable.java b/qadevOOo/runner/util/WaitUnreachable.java
index 56046397e123..e2aa6ee28d5c 100644
--- a/qadevOOo/runner/util/WaitUnreachable.java
+++ b/qadevOOo/runner/util/WaitUnreachable.java
@@ -80,7 +80,6 @@ public final class WaitUnreachable {
while (queue.poll() == null) {
System.gc();
System.runFinalization();
- byte[] dummy = new byte[1024];
}
}