gc.c: Remove superfluous typedef (bute defined in misc.h).

This commit is contained in:
Paul Sokolovsky 2014-04-09 04:11:12 +03:00
parent 229347139b
commit 03b9ad7b01
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@
#define DEBUG_printf(...) (void)0
#endif
typedef unsigned char byte;
#define WORDS_PER_BLOCK (4)
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
#define STACK_SIZE (64) // tunable; minimum is 1