summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-20 14:17:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-20 14:17:16 +0000
commitf2f08335df6a84ad82bba9defe7e5f3e7cfd8d55 (patch)
treec60fdd6e8593ab70974d6330a738c668658fc316 /vm_core.h
parentcf82149d213c7e140bd6c50072598a2fa19af45b (diff)
* vm_core.h (struct rb_thread_struct): removed first_func_arg and
reuse first_args instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 2fd42df856..80d3b3e586 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -447,7 +447,6 @@ struct rb_thread_struct
VALUE first_proc;
VALUE first_args;
VALUE (*first_func)(ANYARGS);
- void *first_func_arg;
/* for GC */
VALUE *machine_stack_start;