diff options
author | S-H-GAMELINKS <[email protected]> | 2024-04-20 22:54:01 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-21 09:55:17 +0900 |
commit | 381ce130aec150098e5e3418eb435ec7ce46820d () | |
tree | a0dd43f6734cb2063f89386806ad962f1f919d6b /rubyparser.h | |
parent | f16c6ac4fdbc619ba2f9d3dd7cd3b06c736aa589 (diff) |
Remove unused functions from struct `rb_parser_config_struct`
-rw-r--r-- | rubyparser.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1264,8 +1264,6 @@ typedef struct rb_parser_config_struct { VALUE (*ary_push)(VALUE ary, VALUE elem); VALUE (*ary_new_from_args)(long n, ...); VALUE (*ary_unshift)(VALUE ary, VALUE item); - long (*array_len)(VALUE a); - VALUE (*array_aref)(VALUE, long); /* Symbol */ ID (*make_temporary_id)(size_t n); @@ -1404,7 +1402,6 @@ typedef struct rb_parser_config_struct { int (*rtest)(VALUE obj); int (*nil_p)(VALUE obj); VALUE qnil; - VALUE qtrue; VALUE qfalse; VALUE (*eArgError)(void); int (*long2int)(long); |