summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-02-28 23:35:04 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-02-28 23:35:04 -0800
commitc0e1fc935c301dd86705d754bcf8493c5200eaf9 (patch)
tree0379151d9378a1cfb3c59c1ae829da2a1a314e6a /src/kernel.c
parent778dbddb6e2c4a18e4f6a157593c5b1da4f89a58 (diff)
parent0b7b3f9d7fe7402cb09d83ceac59905d11d4d956 (diff)
downloadmruby-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/kernel.c')
-rw-r--r--src/kernel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kernel.c b/src/kernel.c
index c37b58684..e45953fd3 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -26,12 +26,6 @@ typedef enum {
NOEX_RESPONDS = 0x80
} mrb_method_flag_t;
-struct obj_ivar_tag {
- mrb_value obj;
- int (*func)(mrb_sym key, mrb_value val, void * arg);
- void * arg;
-};
-
int
mrb_obj_basic_to_s_p(mrb_state *mrb, mrb_value obj)
{