ext/internal/proc/block.h in ruby-internal-0.8.0 vs ext/internal/proc/block.h in ruby-internal-0.8.1

- old
+ new

@@ -5,28 +5,8 @@ #ifndef RUBY_VM #include "env.h" #endif -struct BLOCK { - NODE *var; - NODE *body; - VALUE self; - struct FRAME frame; - struct SCOPE *scope; - VALUE klass; - NODE *cref; - int iter; - int vmode; - int flags; - int uniq; - struct RVarmap *dyna_vars; - VALUE orig_thread; - VALUE wrapper; - VALUE block_obj; - struct BLOCK *outer; - struct BLOCK *prev; -}; - #endif