Skip to content

Commit 357438a

Browse files
committed
remove second declaration of MVM_frame_destroy
seems like msvc (at least the one used on appveyor) didn't like this. Perhaps it was a left-over from typo-ing destroy as destory a few lines below.
1 parent 4aab506 commit 357438a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/core/frame.h

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ struct MVMInvocationSpec {
178178

179179
MVMRegister * MVM_frame_initial_work(MVMThreadContext *tc, MVMuint16 *local_types,
180180
MVMuint16 num_locals);
181-
void MVM_frame_destroy(MVMThreadContext *tc, MVMFrame *frame);
182181
void MVM_frame_invoke_code(MVMThreadContext *tc, MVMCode *code,
183182
MVMCallsite *callsite, MVMint32 spesh_cand);
184183
void MVM_frame_invoke(MVMThreadContext *tc, MVMStaticFrame *static_frame,

0 commit comments

Comments
 (0)