Skip to content

Commit

Permalink
remove second declaration of MVM_frame_destroy
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timo committed Jan 25, 2017
1 parent 4aab506 commit 357438a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/frame.h
Expand Up @@ -178,7 +178,6 @@ struct MVMInvocationSpec {


MVMRegister * MVM_frame_initial_work(MVMThreadContext *tc, MVMuint16 *local_types, MVMRegister * MVM_frame_initial_work(MVMThreadContext *tc, MVMuint16 *local_types,
MVMuint16 num_locals); MVMuint16 num_locals);
void MVM_frame_destroy(MVMThreadContext *tc, MVMFrame *frame);
void MVM_frame_invoke_code(MVMThreadContext *tc, MVMCode *code, void MVM_frame_invoke_code(MVMThreadContext *tc, MVMCode *code,
MVMCallsite *callsite, MVMint32 spesh_cand); MVMCallsite *callsite, MVMint32 spesh_cand);
void MVM_frame_invoke(MVMThreadContext *tc, MVMStaticFrame *static_frame, void MVM_frame_invoke(MVMThreadContext *tc, MVMStaticFrame *static_frame,
Expand Down

0 comments on commit 357438a

Please sign in to comment.