From 63d699d303ce88302c5905cb74d17919b7083061 Mon Sep 17 00:00:00 2001 From: berkaydeniz Date: Thu, 7 May 2020 12:47:14 -0400 Subject: [PATCH] assert is removed from macos version of nicdrv.c As discussed in Issue #392, this assert only exists for macos and is an overkill. --- oshw/macosx/nicdrv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/oshw/macosx/nicdrv.c b/oshw/macosx/nicdrv.c index d8b99af..a9ed497 100644 --- a/oshw/macosx/nicdrv.c +++ b/oshw/macosx/nicdrv.c @@ -440,7 +440,6 @@ int ecx_inframe(ecx_portt *port, int idx, int stacknumber) } else { - assert(0); /* strange things happened */ } }