From 3407376936e93ad6270a838705e4e46c5594ad96 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Wed, 16 May 2012 16:06:12 +0900 Subject: Remove unused static functions. --- src/struct.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/struct.c') 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) { -- cgit v1.2.3