tools.c: deleted unneeded arrays
This commit is contained in:
parent
4d8dc59e87
commit
3714035357
1 changed files with 0 additions and 3 deletions
3
tools.c
3
tools.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue