Remove a redundant assert..

This commit is contained in:
Nils O. Selåsdal
2013-07-12 20:42:05 +02:00
parent c7d897c080
commit 6e3585e77c
-1
View File
@@ -57,7 +57,6 @@ void uc_timers_add(struct UCTimers *timers, struct UCTimer *timer, int sec, int
assert(timer->callback != NULL);
if (timer->callback == NULL) { //must be set.
assert(timer->callback != NULL);
return;
}