summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/error.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/error.h b/include/mruby/error.h
index d7abbb14c..1587795fc 100644
--- a/include/mruby/error.h
+++ b/include/mruby/error.h
@@ -34,7 +34,6 @@ MRB_API mrb_value mrb_f_raise(mrb_state*, mrb_value);
struct RBreak {
MRB_OBJECT_HEADER;
- struct iv_tbl *iv;
struct RProc *proc;
mrb_value val;
};