summaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-01 13:18:57 +0900
committerMasaki Muranaka <[email protected]>2013-03-01 13:18:57 +0900
commitda9b9c549ac35d82ce06a53c9cc6d9524e19f419 (patch)
treea4216c29c38e4f93709212a29c6ff0774912192b /src/error.h
parent028ac46df7c6569f361a685a000ebc425be16c22 (diff)
downloadmruby-da9b9c549ac35d82ce06a53c9cc6d9524e19f419.tar.gz
mruby-da9b9c549ac35d82ce06a53c9cc6d9524e19f419.zip
Remove unused structures.
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h4
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);