summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-25 17:09:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-25 18:23:05 +0900
commit503f98ebd386806fd434d8f41455e5ced3306301 (patch)
tree14f9d1c57c2e543e26e8fbdd6c68245775b45b43 /rubyparser.h
parent6aa16f9ec14a296f549dc955774ad2293d1c54d6 (diff)
Remove SCRIPT_LINES__ related member functions
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8289
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rubyparser.h b/rubyparser.h
index 90c3939f12..388f6c0c13 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -372,8 +372,6 @@ typedef struct rb_parser_config_struct {
// VALUE rb_suppress_tracing(VALUE (*func)(VALUE), VALUE arg);
VALUE (*compile_callback)(VALUE (*func)(VALUE), VALUE arg);
NODE *(*reg_named_capture_assign)(struct parser_params* p, VALUE regexp, const rb_code_location_t *loc);
- int (*script_lines_defined)(void);
- VALUE (*script_lines_get)(void);
/* Object */
VALUE (*obj_freeze)(VALUE obj);
@@ -535,7 +533,6 @@ typedef struct rb_parser_config_struct {
VALUE (*ractor_make_shareable)(VALUE obj);
/* Compile */
- int (*vm_keep_script_lines)(void);
// int rb_local_defined(ID id, const rb_iseq_t *iseq);
int (*local_defined)(ID, const void*);
// int rb_dvar_defined(ID id, const rb_iseq_t *iseq);