More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12804 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
c8bbce5f31
commit
a4a4057dd9
|
@ -160,7 +160,6 @@ static void dyn_release_object_heap(dyn_element_t *dep,
|
|||
chDbgCheck(dep != NULL);
|
||||
chDbgAssert(dep->refs > (ucnt_t)0, "invalid references number");
|
||||
|
||||
|
||||
dep->refs--;
|
||||
if (dep->refs == (ucnt_t)0) {
|
||||
dep = dyn_list_unlink(dep, dlp);
|
||||
|
|
Loading…
Reference in New Issue