From 895a27005d4595c97ccaf653c884aa76354a9ebe Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 18 May 2017 21:51:54 -0400 Subject: Remove unhelpful assert (nw) --- src/emu/mconfig.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/mconfig.cpp b/src/emu/mconfig.cpp index 84fc5c70b67..46ab9f71b9d 100644 --- a/src/emu/mconfig.cpp +++ b/src/emu/mconfig.cpp @@ -235,7 +235,6 @@ device_t *machine_config::device_find(device_t *owner, const char *tag) // find the original device by relative tag (must exist) assert(owner != nullptr); device_t *device = owner->subdevice(tag); - assert(device != nullptr); if (device == nullptr) throw emu_fatalerror("Unable to find device '%s'\n", tag); -- cgit v1.2.3