зеркало из https://github.com/github/ruby.git
Remove unused function from `struct rb_parser_config_struct`
This commit is contained in:
Родитель
76732b3e7b
Коммит
87ad5ca3ca
|
@ -567,7 +567,6 @@ static const rb_parser_config_t rb_global_parser_config = {
|
|||
.qnil = Qnil,
|
||||
.qtrue = Qtrue,
|
||||
.qfalse = Qfalse,
|
||||
.qundef = Qundef,
|
||||
.eArgError = arg_error,
|
||||
.long2int = rb_long2int,
|
||||
|
||||
|
|
|
@ -1408,7 +1408,6 @@ typedef struct rb_parser_config_struct {
|
|||
VALUE qnil;
|
||||
VALUE qtrue;
|
||||
VALUE qfalse;
|
||||
VALUE qundef;
|
||||
VALUE (*eArgError)(void);
|
||||
int (*long2int)(long);
|
||||
|
||||
|
|
|
@ -245,8 +245,6 @@
|
|||
#define Qtrue p->config->qtrue
|
||||
#undef Qfalse
|
||||
#define Qfalse p->config->qfalse
|
||||
#undef Qundef
|
||||
#define Qundef p->config->qundef
|
||||
#define rb_eArgError p->config->eArgError()
|
||||
#undef rb_long2int
|
||||
#define rb_long2int p->config->long2int
|
||||
|
|
Загрузка…
Ссылка в новой задаче