summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-16 22:14:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-24 19:17:37 +0900
commit3443e43b625f4ba1821a101df9cdfd88347fbe6c (patch)
treef6cb31c7ce203ae424c4eb7648544da1f67b043d /rubyparser.h
parente02c7a7340f293ff4d6d6fc799bca485a257836e (diff)
Remove `st_functions_t`
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7956
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 5fbc1de340..848002e64e 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -341,9 +341,6 @@ typedef struct rb_parser_config_struct {
*/
int counter;
- /* For parser_st */
- st_functions_t st_functions;
-
/* Memory */
void *(*malloc)(size_t size);
void *(*calloc)(size_t number, size_t size);