summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2008-05-04 23:09:07 +0000
committer Nathan Woods <npwoods@mess.org>2008-05-04 23:09:07 +0000
commitc75d63a569317eaa75b6fe3ad6a85249de92beb9 (patch)
tree4fd3f8188dafb789a2d8695ebc1856bfcb8b61bb
parentfae89f0d4c9bd452cbf491c4bf51bc880de6f2ad (diff)
Removed bogus assertion - DEVICE_TYPE_WILDCARD is NULL
-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 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 */