summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorcremno <[email protected]>2014-01-09 14:48:42 +0100
committercremno <[email protected]>2014-01-30 23:16:46 +0100
commitd90f52f55221601616670e5d9c4d3b3164e2b7da (patch)
tree9c9a73d873ebc7a41d5d8368ea70801fe21f5bdf /include/mruby.h
parenta68a51702876b9c520c21a15bdf03ea91e0439f0 (diff)
downloadmruby-d90f52f55221601616670e5d9c4d3b3164e2b7da.tar.gz
mruby-d90f52f55221601616670e5d9c4d3b3164e2b7da.zip
etc.c: small cleanup (delete unused functions)
mrb_data_object_alloc: unnecessary cast mrb_lastline_get: mruby doesn't support $_, weird and unused code mrb_exec_recursive: see 4e46abb86914b36e70b5f3ad0826d0b648e9b4ef mrb_block_proc: unused, doesn't really do anything (or needs to be rewritten) mrb_obj_to_sym: actually use id (and MSVC detected unreachable code)
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 3a08afde2..25080703e 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -366,7 +366,6 @@ void mrb_define_alias(mrb_state *mrb, struct RClass *klass, const char *name1, c
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);
mrb_value mrb_attr_get(mrb_state *mrb, mrb_value obj, mrb_sym id);
mrb_bool mrb_respond_to(mrb_state *mrb, mrb_value obj, mrb_sym mid);