diff options
Diffstat (limited to 'py/runtime0.h')
-rw-r--r-- | py/runtime0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/runtime0.h b/py/runtime0.h index d00949f929..6417cfd034 100644 --- a/py/runtime0.h +++ b/py/runtime0.h @@ -45,8 +45,6 @@ typedef enum { MP_UNARY_OP_POSITIVE, MP_UNARY_OP_NEGATIVE, MP_UNARY_OP_INVERT, - // The NOT op is only implemented by bool. The emitter must synthesise NOT - // for other types by calling BOOL then inverting (eg by then calling NOT). MP_UNARY_OP_NOT, } mp_unary_op_t; |