summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-01 06:47:09 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-01 06:47:09 +0900
commitbf20cc800e5e9177283ce7fe3b5a83119eda113f (patch)
tree0ffb147f1e141f4a1ad8462d14220a8a862893d2 /include/mruby.h
parentaafd787e58783043f1a35eda8a22604a1274c9bd (diff)
downloadmruby-bf20cc800e5e9177283ce7fe3b5a83119eda113f.tar.gz
mruby-bf20cc800e5e9177283ce7fe3b5a83119eda113f.zip
remove unused prototypes from mruby.h
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 70d7717fa..3bbc6e6cc 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -503,8 +503,6 @@ const char *mrb_class_name(mrb_state *mrb, struct RClass* klass);
void mrb_define_global_const(mrb_state *mrb, const char *name, mrb_value val);
mrb_value mrb_block_proc(void);
-int mrb_sourceline(void);
-void ruby_default_signal(int sig);
mrb_value mrb_attr_get(mrb_state *mrb, mrb_value obj, mrb_sym id);
int mrb_respond_to(mrb_state *mrb, mrb_value obj, mrb_sym mid);