Skip to content

Commit

Permalink
Remove concat_s fossil opcode
Browse files Browse the repository at this point in the history
Fixes #138
  • Loading branch information
coke committed Oct 21, 2013
1 parent 329bff6 commit 309fb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/parrot/QAST/Operations.nqp
Expand Up @@ -1902,7 +1902,6 @@ QAST::Operations.add_core_pirop_mapping('bitand_s', 'bands', 'Sss', :inlinable(1
# string opcodes
QAST::Operations.add_core_pirop_mapping('chars', 'length', 'Is', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('concat', 'concat', 'Sss', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('concat_s', 'concat', 'Sss', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('join', 'join', 'SsP', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('split', 'split', 'Pss', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('chr', 'chr', 'Si', :inlinable(1));
Expand Down

0 comments on commit 309fb1c

Please sign in to comment.