mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused functions from struct rb_parser_config_struct
This commit is contained in:
parent
f16c6ac4fd
commit
381ce130ae
3 changed files with 0 additions and 11 deletions
|
@ -95,9 +95,6 @@
|
|||
#undef rb_ary_new_from_args
|
||||
#define rb_ary_new_from_args p->config->ary_new_from_args
|
||||
#define rb_ary_unshift p->config->ary_unshift
|
||||
#undef RARRAY_LEN
|
||||
#define RARRAY_LEN p->config->array_len
|
||||
#define RARRAY_AREF p->config->array_aref
|
||||
|
||||
#define rb_make_temporary_id p->config->make_temporary_id
|
||||
#define is_local_id p->config->is_local_id
|
||||
|
@ -229,8 +226,6 @@
|
|||
#define NIL_P p->config->nil_p
|
||||
#undef Qnil
|
||||
#define Qnil p->config->qnil
|
||||
#undef Qtrue
|
||||
#define Qtrue p->config->qtrue
|
||||
#undef Qfalse
|
||||
#define Qfalse p->config->qfalse
|
||||
#define rb_eArgError p->config->eArgError()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue