summaryrefslogtreecommitdiffhomepage
path: root/src/struct.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-05-16 08:21:16 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-05-16 08:21:16 -0700
commit9d67c3c40875018eb3f33870fa35ad2e5d547081 (patch)
treec22b15c626b4bcc6d13cdfa65e1698086e461930 /src/struct.c
parentbc2314e625065b19a018f88485a5879fa26013ab (diff)
parent3407376936e93ad6270a838705e4e46c5594ad96 (diff)
downloadmruby-9d67c3c40875018eb3f33870fa35ad2e5d547081.tar.gz
mruby-9d67c3c40875018eb3f33870fa35ad2e5d547081.zip
Merge pull request #140 from monaka/pr-remove-unused-static-functions
Remove unused static functions
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)
{