aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/sa/tasks/task.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcharon/sa/tasks/task.h b/src/libcharon/sa/tasks/task.h
index 9a5cb7c53..7647dedde 100644
--- a/src/libcharon/sa/tasks/task.h
+++ b/src/libcharon/sa/tasks/task.h
@@ -159,11 +159,6 @@ struct task_t {
* Destroys a task_t object.
*/
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_ @}*/