Skip to content

Commit

Permalink
Remove duplicated st_init_table_with_size definition
Browse files Browse the repository at this point in the history
`st_init_table_with_size` is already defined in universal_parser.c.
  • Loading branch information
yui-knk committed Apr 11, 2024
1 parent e9fd347 commit 501a32c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions universal_parser.c
Expand Up @@ -252,8 +252,5 @@
#define rb_enc_isascii p->config->enc_isascii
#define rb_enc_mbc_to_codepoint p->config->enc_mbc_to_codepoint

#undef st_init_table_with_size
#define st_init_table_with_size rb_parser_st_init_table_with_size

#define rb_ast_new() \
rb_ast_new(p->config)

0 comments on commit 501a32c

Please sign in to comment.