From cf7b33d5a2e64fa96f43decf603c452ccbf37654 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Fri, 23 Apr 2021 12:20:37 +0900 Subject: [PATCH] Remove unneeded comment --- vm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm.c b/vm.c index 1238cebc23..8c62d7dd91 100644 --- a/vm.c +++ b/vm.c @@ -418,8 +418,6 @@ static const struct rb_callcache vm_empty_cc = { static void thread_free(void *ptr); -// - void rb_vm_inc_const_missing_count(void) {