Skip to content

Commit b66fbd5

Browse files
committed
Make rb_vm_ccs_invalidate_and_free static
1 parent 9e49ee7 commit b66fbd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm_method.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ vm_ccs_invalidate(struct rb_class_cc_entries *ccs)
184184
}
185185
}
186186

187-
void
187+
static void
188188
rb_vm_ccs_invalidate_and_free(struct rb_class_cc_entries *ccs)
189189
{
190190
RB_DEBUG_COUNTER_INC(ccs_free);

0 commit comments

Comments
 (0)