summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/gc.c b/py/gc.c
index 7e3ffe9e3e..d39307464b 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -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