This commit is contained in:
Matthew Kennedy 2020-07-29 02:45:30 -07:00
parent 3aa0606f46
commit dc55784102
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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
*/ */