diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-06-14 13:56:30 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-06-14 13:56:30 -0700 |
| commit | f093ed69aec7a3640484bffbaa01b5e453495406 (patch) | |
| tree | c13f2e81944542f9a53ff2294a1b9608a460b74e /src/error.h | |
| parent | c7b1622f40bd7625eaebde228a2c4255488c4ee9 (diff) | |
| parent | 56103509c89807c7498a4f91ed715a3e684b0b31 (diff) | |
| download | mruby-f093ed69aec7a3640484bffbaa01b5e453495406.tar.gz mruby-f093ed69aec7a3640484bffbaa01b5e453495406.zip | |
Merge pull request #282 from monaka/pr-remove-redundant-code
Remove some redundant code.
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 8a86e7d3d..e4d6acb6c 100644 --- a/src/error.h +++ b/src/error.h @@ -14,7 +14,6 @@ struct RException { 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); -void error_pos(void); 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); mrb_value mrb_make_exception(mrb_state *mrb, int argc, mrb_value *argv); |
