diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-06-16 22:14:50 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-06-24 19:17:37 +0900 |
commit | 3443e43b625f4ba1821a101df9cdfd88347fbe6c (patch) | |
tree | f6cb31c7ce203ae424c4eb7648544da1f67b043d /rubyparser.h | |
parent | e02c7a7340f293ff4d6d6fc799bca485a257836e (diff) |
Remove `st_functions_t`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7956
Diffstat (limited to 'rubyparser.h')
-rw-r--r-- | rubyparser.h | 3 |
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); |