diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-25 08:01:49 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-25 08:01:49 -0700 |
| commit | e350e311360a7bcda0d44ebf105415112bcd60dc (patch) | |
| tree | 990bb8671ec913fb0fe1227f375f220527646717 /src/error.h | |
| parent | 9d550390e5e3e85daffc0d430abad8291d472380 (diff) | |
| parent | c2c95f09e546ae46a0d6652bbd97ce142f1becf4 (diff) | |
| download | mruby-e350e311360a7bcda0d44ebf105415112bcd60dc.tar.gz mruby-e350e311360a7bcda0d44ebf105415112bcd60dc.zip | |
Merge pull request #1071 from crimsonwoods/remove_strerror
remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'.
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h index 91d6595ff..53ee2b206 100644 --- a/src/error.h +++ b/src/error.h @@ -8,7 +8,6 @@ #define MRUBY_ERROR_H void mrb_sys_fail(mrb_state *mrb, const char *mesg); -void mrb_bug_errno(const char*, int); int sysexit_status(mrb_state *mrb, mrb_value err); mrb_value mrb_exc_new3(mrb_state *mrb, struct RClass* c, mrb_value str); mrb_value make_exception(mrb_state *mrb, int argc, mrb_value *argv, int isstr); |
