Skip to content

Commit 42dde67

Browse files
committed
removed unused codes
1 parent 04a1331 commit 42dde67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vm/parrot/ops/nqp.ops

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,6 @@ the container specification selected.
23302330

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

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

0 commit comments

Comments
 (0)