assert is removed from macos version of nicdrv.c

As discussed in Issue #392, this assert only exists for macos and is an overkill.
pull/431/head
berkaydeniz 2020-05-07 12:47:14 -04:00 committed by nakarlsson
parent 093311561c
commit 63d699d303
1 changed files with 0 additions and 1 deletions

View File

@ -440,7 +440,6 @@ int ecx_inframe(ecx_portt *port, int idx, int stacknumber)
}
else
{
assert(0);
/* strange things happened */
}
}