We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1189dd6 + 42dde67 commit 034ed97Copy full SHA for 034ed97
src/vm/parrot/ops/nqp.ops
@@ -2490,7 +2490,6 @@ the container specification selected.
2490
2491
*/
2492
inline op set_container_spec(in PMC, in STR, in PMC) :base_core {
2493
- PMC *target = decontainerize(interp, $1);
2494
if ($1->vtable->base_type == smo_id) {
2495
STable *st = STABLE($1);
2496
ContainerConfigurer *cc = SixModelObject_get_container_config(interp, $2);
@@ -2526,7 +2525,6 @@ that will handle the invocation. $2/$3 take precedence over $4.
2526
2525
2527
2528
inline op set_invocation_spec(invar PMC, invar PMC, in STR, invar PMC) :base_core {
2529
2530
2531
2532
0 commit comments