Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed unused codes
  • Loading branch information
zhuomingliang committed Jul 17, 2013
1 parent 04a1331 commit 42dde67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vm/parrot/ops/nqp.ops
Expand Up @@ -2330,7 +2330,6 @@ the container specification selected.

*/
inline op set_container_spec(in PMC, in STR, in PMC) :base_core {
PMC *target = decontainerize(interp, $1);
if ($1->vtable->base_type == smo_id) {
STable *st = STABLE($1);
ContainerConfigurer *cc = SixModelObject_get_container_config(interp, $2);
Expand Down Expand Up @@ -2366,7 +2365,6 @@ that will handle the invocation. $2/$3 take precedence over $4.

*/
inline op set_invocation_spec(invar PMC, invar PMC, in STR, invar PMC) :base_core {
PMC *target = decontainerize(interp, $1);
if ($1->vtable->base_type == smo_id) {
STable *st = STABLE($1);

Expand Down

0 comments on commit 42dde67

Please sign in to comment.