Skip to content

Commit 8c606c6

Browse files
committed
remove mapping for nqp::openpipe on moar
1 parent 04c2ae0 commit 8c606c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,6 @@ QAST::MASTOperations.add_core_moarop_mapping('getpid', 'getpid');
27052705
QAST::MASTOperations.add_core_moarop_mapping('shell', 'shell');
27062706
QAST::MASTOperations.add_core_moarop_mapping('spawn', 'spawn');
27072707
QAST::MASTOperations.add_core_moarop_mapping('gethostname', 'gethostname');
2708-
QAST::MASTOperations.add_core_moarop_mapping('openpipe', 'openpipe');
27092708
QAST::MASTOperations.add_core_moarop_mapping('syncpipe', 'syncpipe');
27102709
QAST::MASTOperations.add_core_moarop_mapping('rand_i', 'rand_i');
27112710
QAST::MASTOperations.add_core_moarop_mapping('rand_n', 'randscale_n');

0 commit comments

Comments
 (0)