* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'

which is no longer used.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2012-10-21 10:14:24 +00:00
parent 9e3633dfad
commit 93184600c8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Oct 21 19:12:42 2012 Kazuki Tsujimoto <kazuki@callcc.net>
* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'
which is no longer used.
Sun Oct 21 18:34:27 2012 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_parse.c (date__parse): uses more tight parser if

View File

@ -343,7 +343,6 @@ typedef struct rb_vm_struct {
int running;
int inhibit_thread_creation;
int thread_abort_on_exception;
unsigned long trace_flag;
volatile int sleeper;
/* object management */