diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c index 0380a034e72..7b22f8de370 100644 --- a/src/emu/devintrf.c +++ b/src/emu/devintrf.c @@ -243,7 +243,6 @@ const device_config *device_list_find_by_tag(const device_config *listhead, devi { const device_config *curdev; - assert(type != NULL); assert(tag != NULL); /* find the device in the list */