summaryrefslogtreecommitdiffstatshomepage
path: root/py/objarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/objarray.h')
-rw-r--r--py/objarray.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objarray.h b/py/objarray.h
index 620426ce37..0f6ede86f6 100644
--- a/py/objarray.h
+++ b/py/objarray.h
@@ -1,3 +1 @@
-MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
-
mp_obj_t mp_obj_new_bytearray(uint n, void *items);