summaryrefslogtreecommitdiff
path: root/examples/micropython.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/micropython.py')
-rw-r--r--examples/micropython.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/micropython.py b/examples/micropython.py
deleted file mode 100644
index f91da94f4..000000000
--- a/examples/micropython.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# micropython module placeholder for CPython
-
-# Dummy function decorators
-
-def nodecor(x):
- return x
-
-bytecode = native = viper = nodecor