summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2021-04-23 12:20:37 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-04-23 15:53:36 +1200
commitcf7b33d5a2e64fa96f43decf603c452ccbf37654 (patch)
treefb253e2d9566e226984e4b2d460da64134b9eb55
parent5a4b3354f23398283ba6184b63a49427cdace49a (diff)
Remove unneeded comment
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4402
-rw-r--r--vm.c2
1 files changed, 0 insertions, 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)
{