Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@
*/
package org.jruby.truffle.core.queue;

import com.oracle.truffle.api.CompilerDirectives.TruffleBoundary;

import java.util.Collection;
import java.util.Iterator;
import java.util.concurrent.BlockingQueue;
@@ -154,7 +152,6 @@ public Object[] toArray() {
}

@Override
@TruffleBoundary
public Iterator<T> iterator() {
return queue.iterator();
}

0 comments on commit a47c205

Please sign in to comment.