]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Missed one unneeded destructor.
authorTobias Brunner <tobias@strongswan.org>
Fri, 15 Oct 2010 15:33:57 +0000 (17:33 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 15 Oct 2010 15:33:57 +0000 (17:33 +0200)
src/libcharon/plugins/socket_dynamic/socket_dynamic_socket.h

index 72551e545b8edd427ce427d88cc3caac7da21cf2..8c93f53d646fc525146a88aa9867c4225c31793c 100644 (file)
@@ -35,10 +35,6 @@ struct socket_dynamic_socket_t {
         */
        socket_t socket;
 
-       /**
-        * Destroy a socket_dynamic_socket_t.
-        */
-       void (*destroy)(socket_dynamic_socket_t *this);
 };
 
 /**