From bdb11e31013906f44d4eb8ed828caad557074f45 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 29 Apr 2013 15:26:33 +0900 Subject: remove our own prototype for sprintf(); ref #1223 --- src/dump.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/dump.c b/src/dump.c index b4a6e9382..8eb64c9b2 100644 --- a/src/dump.c +++ b/src/dump.c @@ -12,10 +12,7 @@ #include "mruby/irep.h" #include "mruby/numeric.h" -int sprintf(char*, const char*, ...); - -static size_t -get_irep_record_size(mrb_state *mrb, mrb_irep *irep); +static size_t get_irep_record_size(mrb_state *mrb, mrb_irep *irep); static uint32_t get_irep_header_size(mrb_state *mrb) -- cgit v1.2.3