diff options
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); |