Skip to content

Commit

Permalink
Update DotNetSelectorImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiepathfinder committed Jul 29, 2021
1 parent 8749bc3 commit 17d7503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openjdk/sun/nio/ch/DotNetSelectorImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
import cli.jessielesbian.IKVM.ListOfObjects;
import static ikvm.internal.JNI.*;
import static ikvm.internal.Winsock.*;
import static java.net.net_util_md.*;

final class DotNetSelectorImpl extends SelectorImpl
{
Expand Down Expand Up @@ -321,7 +320,6 @@ private void setWakeupSocket() {
private void resetWakeupSocket() {
synchronized (interruptLock)
{

if (interruptTriggered){
byte[] bytes = new byte[16];
int[] bytesToReadptr = new int[1];
Expand Down

0 comments on commit 17d7503

Please sign in to comment.