summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-03-20 21:00:29 +0900
committerGitHub <noreply@github.com>2021-03-20 21:00:29 +0900
commit71ba09632ba81c91ce22ca900cf01da2d9e0d53f (patch)
treeeb2075cca73acee02ad5a13e9316107562037d70 /gc.c
parent178a2a1a12bfdb6cee0fbf296ecaf1d630fdf520 (diff)
Remove unneeded declarations
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4295 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index f4c8a948c9..1f161b81f4 100644
--- a/gc.c
+++ b/gc.c
@@ -9436,8 +9436,6 @@ gc_update_references(rb_objspace_t * objspace, rb_heap_t *heap)
gc_update_table_refs(objspace, finalizer_table);
}
-static VALUE type_sym(size_t type);
-
static VALUE
gc_compact_stats(rb_execution_context_t *ec, VALUE self)
{