mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
This commit optimizes xTaskRemoveFromEventList() by removing the listLIST_IS_EMPTY() check from single core builds. The scenario of the event list being empty when the function is called can only occur on multi-core builds.