diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/compile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/compile.c b/py/compile.c index 8246a9241c..fe7ad6e13c 100644 --- a/py/compile.c +++ b/py/compile.c @@ -41,8 +41,6 @@ #if MICROPY_ENABLE_COMPILER -// TODO need to mangle __attr names - #define INVALID_LABEL (0xffff) typedef enum { |