1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2026-08-22 08:24:35 -04:00

Remove unnecessary code

This commit is contained in:
Alex Kotov 2022-11-28 22:16:54 +04:00
parent af73e3011a
commit c91a39aa9c
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -23,7 +23,6 @@ static uint8_t memory[1024 * 128]; // 128 KiB
static mrb_state *mrb = NULL;
static void panic(const char *str);
static void assert(const char *file, int line, const char *str);
static void *my_calloc(size_t nmemb, size_t size);