summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modurandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modurandom.c')
-rw-r--r--extmod/modurandom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/modurandom.c b/extmod/modurandom.c
index 4b63dace4d..1512a3fd4a 100644
--- a/extmod/modurandom.c
+++ b/extmod/modurandom.c
@@ -27,7 +27,6 @@
#include <assert.h>
#include <string.h>
-//#include "py/nlr.h"
#include "py/runtime.h"
#if MICROPY_PY_URANDOM