summaryrefslogtreecommitdiff
path: root/shared-module/msgpack/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/msgpack/__init__.c')
-rw-r--r--shared-module/msgpack/__init__.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/msgpack/__init__.c b/shared-module/msgpack/__init__.c
index 4a969901d..437469978 100644
--- a/shared-module/msgpack/__init__.c
+++ b/shared-module/msgpack/__init__.c
@@ -369,4 +369,3 @@ mp_obj_t common_hal_msgpack_unpack(mp_obj_t stream_obj) {
msgpack_stream_t stream = get_stream(stream_obj, MP_STREAM_OP_WRITE);
return unpack(&stream);
}
-