* proc.c (env_write): remove unused function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7a1d1163ad
commit
26de0b131e
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jul 29 10:51:34 2016 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* proc.c (env_write): remove unused function.
|
||||||
|
|
||||||
Fri Jul 29 10:49:52 2016 Koichi Sasada <ko1@atdot.net>
|
Fri Jul 29 10:49:52 2016 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm_core.h (VM_LOCAL_P): should return an integer value.
|
* vm_core.h (VM_LOCAL_P): should return an integer value.
|
||||||
|
10
proc.c
10
proc.c
@ -2700,16 +2700,6 @@ localjump_reason(VALUE exc)
|
|||||||
|
|
||||||
rb_cref_t *rb_vm_cref_new_toplevel(void); /* vm.c */
|
rb_cref_t *rb_vm_cref_new_toplevel(void); /* vm.c */
|
||||||
|
|
||||||
static inline void
|
|
||||||
env_write(VALUE envval, const VALUE *ep, int index, VALUE v)
|
|
||||||
{
|
|
||||||
VM_ASSERT(VM_ENV_ESCAPED_P(ep));
|
|
||||||
VM_ASSERT(envval == VM_ENV_ENVVAL(ep));
|
|
||||||
VM_ASSERT(vm_assert_env(envval));
|
|
||||||
|
|
||||||
RB_OBJ_WRITE(envval, &ep[index], v);
|
|
||||||
}
|
|
||||||
|
|
||||||
static const rb_env_t *
|
static const rb_env_t *
|
||||||
env_clone(const rb_env_t *env, const rb_cref_t *cref)
|
env_clone(const rb_env_t *env, const rb_cref_t *cref)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user