py: Remove 3 obsolete commented-out lines from header files.

This commit is contained in:
Damien George
2019-11-26 21:36:41 +11:00
parent 797c2e8fc2
commit 01e5802ee3
3 changed files with 0 additions and 4 deletions

View File

@@ -151,7 +151,6 @@ mp_obj_t mp_import_from(mp_obj_t module, qstr name);
void mp_import_all(mp_obj_t module);
NORETURN void mp_raise_msg(const mp_obj_type_t *exc_type, const char *msg);
//NORETURN void nlr_raise_msg_varg(const mp_obj_type_t *exc_type, const char *fmt, ...);
NORETURN void mp_raise_ValueError(const char *msg);
NORETURN void mp_raise_TypeError(const char *msg);
NORETURN void mp_raise_NotImplementedError(const char *msg);