summaryrefslogtreecommitdiffstatshomepage
path: root/py/obj.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-26 16:57:08 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-26 16:57:08 +0000
commit1dc76af7bff6c31ab7b5da4954fa5573144d9fb1 (patch)
tree52f942d793686e11aa43fbf7c722ad272d79a9f1 /py/obj.h
parentc5ac2ac590bc2c413880dfd130be245a0c37c35a (diff)
downloadmicropython-1dc76af7bff6c31ab7b5da4954fa5573144d9fb1.tar.gz
micropython-1dc76af7bff6c31ab7b5da4954fa5573144d9fb1.zip
py: Remove name of var arg from macros with var args.
Diffstat (limited to 'py/obj.h')
-rw-r--r--py/obj.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/obj.h b/py/obj.h
index 88202bbcc0..c21c859596 100644
--- a/py/obj.h
+++ b/py/obj.h
@@ -75,7 +75,6 @@ typedef struct _mp_obj_base_t mp_obj_base_t;
// Need to declare this here so we are not dependent on map.h
struct _mp_map_t;
struct _mp_map_elem_t;
-enum _mp_map_lookup_kind_t;
// Type definitions for methods