diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c index 7b22f8de370..5c03ab93e6f 100644 --- a/src/emu/devintrf.c +++ b/src/emu/devintrf.c @@ -708,7 +708,6 @@ genf *device_get_info_fct(const device_config *device, UINT32 state) deviceinfo info; assert(device != NULL); - assert(device->token != NULL); assert(device->type != NULL); assert(state >= DEVINFO_FCT_FIRST && state <= DEVINFO_FCT_LAST);