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/399/head
berkaydeniz 2020-05-07 12:47:14 -04:00 committed by GitHub
parent 093311561c
commit 20bcee7bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */
}
}