summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
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 141288058b..557436894a 100644
--- a/marshal.c
+++ b/marshal.c
@@ -83,8 +83,6 @@ static ID s_dump, s_load, s_mdump, s_mload;
static ID s_dump_data, s_load_data, s_alloc, s_call;
static ID s_getbyte, s_read, s_write, s_binmode;
-ID rb_id_encoding(void);
-
typedef struct {
VALUE newclass;
VALUE oldclass;