summaryrefslogtreecommitdiff
path: root/marshal.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 /marshal.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 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/marshal.c b/marshal.c
index d629a11046..ea43c62b94 100644
--- a/marshal.c
+++ b/marshal.c
@@ -1186,10 +1186,8 @@ static const rb_data_type_t load_arg_data = {
};
#define r_entry(v, arg) r_entry0((v), (arg)->data->num_entries, (arg))
-static VALUE r_entry0(VALUE v, st_index_t num, struct load_arg *arg);
static VALUE r_object(struct load_arg *arg);
static VALUE r_symbol(struct load_arg *arg);
-static VALUE path2class(VALUE path);
NORETURN(static void too_short(void));
static void