useless comment

This commit is contained in:
Matthew Kennedy 2024-08-28 01:33:08 -07:00
parent b3784587fe
commit 6884fb83d3
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ bool EventQueue::insertTask(scheduling_s *scheduling, efitick_t timeX, action_s
assertListIsSorted();
efiAssert(ObdCode::CUSTOM_ERR_ASSERT, action.getCallback() != NULL, "NULL callback", false);
// please note that simulator does not use this code at all - simulator uses signal_executor_sleep
if (scheduling->action) {
#if EFI_UNIT_TEST
if (verboseMode) {