aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/struct.c b/struct.c
index 2e026fbc7f..c06b0c51fa 100644
--- a/struct.c
+++ b/struct.c
@@ -30,12 +30,6 @@ struct_ivar_get(VALUE c, ID id)
}
VALUE
-rb_struct_iv_get(VALUE c, const char *name)
-{
- return struct_ivar_get(c, rb_intern(name));
-}
-
-VALUE
rb_struct_s_members(VALUE klass)
{
VALUE members = struct_ivar_get(klass, id_members);