events_posix: Remove unnecessary and incorrect assertion Thomas Chiantia reports that the POSIX events abstraction is failing periodically because of incorrect assertion logic. Remove it as there is another (correct) check further into the function that will serve check the intended condition. Closes #775 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>