Skip to content

Commit

Permalink
Remove concat_s_s op and rebootstrap generated files. Closes #1540
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Dec 25, 2010
1 parent 0403b09 commit ddbdd54
Show file tree
Hide file tree
Showing 5 changed files with 1,135 additions and 1,189 deletions.
2 changes: 0 additions & 2 deletions include/parrot/oplib/core_ops.h
Expand Up @@ -809,8 +809,6 @@ op_lib_t *Parrot_DynOp_core_2_11_0(PARROT_INTERP, long init);
opcode_t * Parrot_chopn_s_sc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_chopn_s_s_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_chopn_s_sc_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_concat_s_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_concat_s_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_concat_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_concat_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_concat_p_sc(opcode_t *, PARROT_INTERP);
Expand Down

0 comments on commit ddbdd54

Please sign in to comment.