diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-16 08:00:47 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-16 08:00:47 +0900 |
| commit | 98d364e4a692b942d71cb976c034ccaaa6479afc (patch) | |
| tree | 295803f3911a78e8a53373b6a3b8f9b7c57adfd8 /src/error.c | |
| parent | 81e55d98057a4abab1716d1c401a538d0715c7a4 (diff) | |
| parent | d1656d4371e06259191045409701208ee00bdeb6 (diff) | |
| download | mruby-98d364e4a692b942d71cb976c034ccaaa6479afc.tar.gz mruby-98d364e4a692b942d71cb976c034ccaaa6479afc.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/error.c')
| -rw-r--r-- | src/error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/error.c b/src/error.c index 430728db0..b9e5690a8 100644 --- a/src/error.c +++ b/src/error.c @@ -419,8 +419,6 @@ mrb_init_exception(mrb_state *mrb) mrb->eStandardError_class = mrb_define_class(mrb, "StandardError", mrb->eException_class); /* 15.2.23 */ mrb_define_class(mrb, "RuntimeError", mrb->eStandardError_class); /* 15.2.28 */ - - mrb_define_class(mrb, "RuntimeError", mrb->eStandardError_class); /* 15.2.28 */ e = mrb_define_class(mrb, "ScriptError", mrb->eException_class); /* 15.2.37 */ mrb_define_class(mrb, "SyntaxError", e); /* 15.2.38 */ } |
