Commit 4b92fc1c authored by Vysheng's avatar Vysheng

tools.c: deleted unneeded arrays

parent b10194c0
......@@ -35,9 +35,6 @@ void *blocks[MAX_BLOCKS];
void *free_blocks[MAX_BLOCKS];
int used_blocks;
int free_blocks_cnt;
char data[1 << 20];
void *data_ptr = data;
#endif
#ifdef DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment