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:
parent
af73e3011a
commit
c91a39aa9c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue