summaryrefslogtreecommitdiffhomepage
path: root/src/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct.c')
-rw-r--r--src/struct.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/struct.c b/src/struct.c
index 767f8fbd4..ff66b19a2 100644
--- a/src/struct.c
+++ b/src/struct.c
@@ -31,8 +31,6 @@ mrb_value mrb_exec_recursive_paired(mrb_state *mrb, mrb_value (*func) (mrb_state
#define mrb_long2int(n) ((int)(n))
-static mrb_value struct_alloc(mrb_state *mrb, mrb_value);
-
static struct RClass *
struct_class(mrb_state *mrb)
{