Remove unused task swap_initiator method
This commit is contained in:
@@ -159,11 +159,6 @@ struct task_t {
|
|||||||
* Destroys a task_t object.
|
* Destroys a task_t object.
|
||||||
*/
|
*/
|
||||||
void (*destroy) (task_t *this);
|
void (*destroy) (task_t *this);
|
||||||
|
|
||||||
/**
|
|
||||||
* Swaps the initiator flag in a task (if applicable, NULL OK)
|
|
||||||
*/
|
|
||||||
void (*swap_initiator) (task_t *this);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /** TASK_H_ @}*/
|
#endif /** TASK_H_ @}*/
|
||||||
|
|||||||
Reference in New Issue
Block a user