We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aab506 commit 357438aCopy full SHA for 357438a
1 file changed
src/core/frame.h
@@ -178,7 +178,6 @@ struct MVMInvocationSpec {
178
179
MVMRegister * MVM_frame_initial_work(MVMThreadContext *tc, MVMuint16 *local_types,
180
MVMuint16 num_locals);
181
-void MVM_frame_destroy(MVMThreadContext *tc, MVMFrame *frame);
182
void MVM_frame_invoke_code(MVMThreadContext *tc, MVMCode *code,
183
MVMCallsite *callsite, MVMint32 spesh_cand);
184
void MVM_frame_invoke(MVMThreadContext *tc, MVMStaticFrame *static_frame,
0 commit comments