dead
This commit is contained in:
parent
3aa0606f46
commit
dc55784102
|
@ -25,9 +25,6 @@ extern bool verboseMode;
|
||||||
|
|
||||||
uint32_t maxSchedulingPrecisionLoss = 0;
|
uint32_t maxSchedulingPrecisionLoss = 0;
|
||||||
|
|
||||||
bool EventQueue::checkIfPending(scheduling_s *scheduling) {
|
|
||||||
assertNotInListMethodBody(scheduling_s, head, scheduling, nextScheduling_s);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return true if inserted into the head of the list
|
* @return true if inserted into the head of the list
|
||||||
|
|
|
@ -64,7 +64,6 @@ public:
|
||||||
scheduling_s * getHead();
|
scheduling_s * getHead();
|
||||||
void assertListIsSorted() const;
|
void assertListIsSorted() const;
|
||||||
private:
|
private:
|
||||||
bool checkIfPending(scheduling_s *scheduling);
|
|
||||||
/**
|
/**
|
||||||
* this list is sorted
|
* this list is sorted
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue