]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Remove unused task swap_initiator method
authorMartin Willi <martin@revosec.ch>
Thu, 8 Dec 2011 15:53:01 +0000 (16:53 +0100)
committerMartin Willi <martin@revosec.ch>
Tue, 20 Mar 2012 16:31:15 +0000 (17:31 +0100)
src/libcharon/sa/tasks/task.h

index 9a5cb7c5394a0cf5407e6a2696cfd7cfc38b7efb..7647deddea6a53316438196b0b612c633e1321aa 100644 (file)
@@ -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_ @}*/