summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devintrf.c')
-rw-r--r--src/emu/devintrf.c1
1 files changed, 0 insertions, 1 deletions
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);