From 89afbe58bb38b127efaed14a88c517486d9bf965 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 8 Dec 2011 16:53:01 +0100 Subject: [PATCH] Remove unused task swap_initiator method --- src/libcharon/sa/tasks/task.h | 5 ----- 1 file changed, 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_ @}*/