summaryrefslogtreecommitdiff
path: root/py/runtime.c
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-12-05 14:25:39 -0500
committerHierophect <hierophect@gmail.com>2019-12-05 14:25:39 -0500
commit9b43d5ced4d41b58209cc37434543bd990cced8f (patch)
treee20cf5c6d22da140c16a6810011dd3ea0d4af443 /py/runtime.c
parent0d8eb3cfb4ef0e2a01a657752603a4c259423e46 (diff)
parent12f64c7c16377c0600d7b09e7848474254e46d1e (diff)
Merge remote-tracking branch 'upstream/master' into stm32-blackpill
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/runtime.c b/py/runtime.c
index 9968f26e0..a786619bf 100644
--- a/py/runtime.c
+++ b/py/runtime.c
@@ -31,8 +31,6 @@
#include "extmod/vfs.h"
-// #include "py/mpstate.h"
-// #include "py/nlr.h"
#include "py/parsenum.h"
#include "py/compile.h"
#include "py/objstr.h"