summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-09 02:32:00 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-09 02:32:00 +0100
commitfc18c8e834a1ed72b9f61d82cd00099a4de1eab4 (patch)
tree8204889f4a29b7c817fade8df9fdaec395ccd342
parenta5c18f32852a3960be3b92c09181126b9b639b3e (diff)
parent03b9ad7b014bf5a6e305939ce5606c3dcd91a852 (diff)
downloadmicropython-fc18c8e834a1ed72b9f61d82cd00099a4de1eab4.tar.gz
micropython-fc18c8e834a1ed72b9f61d82cd00099a4de1eab4.zip
Merge branch 'master' of github.com:micropython/micropython
-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