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.
1 parent 04a1331 commit 42dde67Copy full SHA for 42dde67
src/vm/parrot/ops/nqp.ops
@@ -2330,7 +2330,6 @@ the container specification selected.
2330
2331
*/
2332
inline op set_container_spec(in PMC, in STR, in PMC) :base_core {
2333
- PMC *target = decontainerize(interp, $1);
2334
if ($1->vtable->base_type == smo_id) {
2335
STable *st = STABLE($1);
2336
ContainerConfigurer *cc = SixModelObject_get_container_config(interp, $2);
@@ -2366,7 +2365,6 @@ that will handle the invocation. $2/$3 take precedence over $4.
2366
2365
2367
2368
inline op set_invocation_spec(invar PMC, invar PMC, in STR, invar PMC) :base_core {
2369
2370
2371
2372
0 commit comments