Remove st_functions_t

This commit is contained in:
Nobuyoshi Nakada 2023-06-16 22:14:50 +09:00
parent e02c7a7340
commit 3443e43b62
Notes: git 2023-06-24 10:17:56 +00:00
5 changed files with 26 additions and 38 deletions

View file

@ -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);