Removed invalid assertion.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11078 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-11-27 07:29:39 +00:00
parent 152878a08f
commit 56a33f50ed
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ static dyn_element_t *dyn_list_find(const char *name, dyn_list_t *dlp) {
p = p->next;
}
chDbgAssert(false, "invalid reference passed");
return NULL;
}