Skip to content

Commit 0234430

Browse files
committed
[jvm] Remove commented out code.
1 parent a28876c commit 0234430

File tree

1 file changed

+0
-1
lines changed
  • src/vm/jvm/runtime/org/perl6/nqp/runtime

1 file changed

+0
-1
lines changed

src/vm/jvm/runtime/org/perl6/nqp/runtime/IOOps.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public static SixModelObject signal(SixModelObject queue, SixModelObject schedul
4242
Runnable sigrun = new SigRunnable(tc, schedulee, signalNum);
4343
Runtime.getRuntime().addShutdownHook(new Thread(sigrun));
4444
return task;
45-
// throw new UnsupportedOperationException("signal is not available on JVM.");
4645
}
4746

4847
public static SixModelObject watchfile(SixModelObject queue, SixModelObject schedulee,

0 commit comments

Comments
 (0)