Skip to content

Commit 03b9ad7

Browse files
committed
gc.c: Remove superfluous typedef (bute defined in misc.h).
1 parent 2293471 commit 03b9ad7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

py/gc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#define DEBUG_printf(...) (void)0
2121
#endif
2222

23-
typedef unsigned char byte;
24-
2523
#define WORDS_PER_BLOCK (4)
2624
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
2725
#define STACK_SIZE (64) // tunable; minimum is 1

0 commit comments

Comments
 (0)