summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/struct.c b/struct.c
index fd7a5abdef..1bd964fda0 100644
--- a/struct.c
+++ b/struct.c
@@ -358,7 +358,6 @@ struct_aref_id(s, id)
{
VALUE member;
int i, len;
- VALUE *p;
member = rb_iv_get(CLASS_OF(s), "__member__");
if (NIL_P(member)) {
@@ -400,7 +399,6 @@ struct_aset_id(s, id, val)
{
VALUE member;
int i, len;
- VALUE *p;
member = rb_iv_get(CLASS_OF(s), "__member__");
if (NIL_P(member)) {