Skip to content

Commit

Permalink
Don't spew state var warning.
Browse files Browse the repository at this point in the history
Tests will show up their not-done-yet well enough.
  • Loading branch information
jnthn committed Dec 14, 2013
1 parent 3545bd2 commit 5ea206f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ void MVM_frame_invoke(MVMThreadContext *tc, MVMStaticFrame *static_frame,
frame->env[i].o = MVM_repr_clone(tc, frame->env[i].o);
break;
case 2:
printf("# WARNING: State vars NYI\n");
frame->env[i].o = MVM_repr_clone(tc, frame->env[i].o);
break;
default:
Expand Down

0 comments on commit 5ea206f

Please sign in to comment.