зеркало из https://github.com/github/ruby.git
* thread.c (timer_thread_function): unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8939436f24
Коммит
92e2b86c3d
1
thread.c
1
thread.c
|
@ -2673,7 +2673,6 @@ static void
|
|||
timer_thread_function(void *arg)
|
||||
{
|
||||
rb_vm_t *vm = GET_VM(); /* TODO: fix me for Multi-VM */
|
||||
rb_thread_t *mth;
|
||||
|
||||
/* for time slice */
|
||||
RUBY_VM_SET_TIMER_INTERRUPT(vm->running_thread);
|
||||
|
|
Загрузка…
Ссылка в новой задаче