diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-28 23:35:04 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-28 23:35:04 -0800 |
| commit | c0e1fc935c301dd86705d754bcf8493c5200eaf9 (patch) | |
| tree | 0379151d9378a1cfb3c59c1ae829da2a1a314e6a /src/error.h | |
| parent | 778dbddb6e2c4a18e4f6a157593c5b1da4f89a58 (diff) | |
| parent | 0b7b3f9d7fe7402cb09d83ceac59905d11d4d956 (diff) | |
| download | mruby-c0e1fc935c301dd86705d754bcf8493c5200eaf9.tar.gz mruby-c0e1fc935c301dd86705d754bcf8493c5200eaf9.zip | |
Merge pull request #918 from monaka/pr-remove-unused-struct-and-more
Remove unused struct and more
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/error.h b/src/error.h index 674d4f477..ba3fdac6c 100644 --- a/src/error.h +++ b/src/error.h @@ -7,10 +7,6 @@ #ifndef MRUBY_ERROR_H #define MRUBY_ERROR_H -struct RException { - MRB_OBJECT_HEADER; -}; - 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); |
