]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Removed obsolete curl interface specific destructor
authorMartin Willi <martin@strongswan.org>
Tue, 8 Dec 2009 15:21:58 +0000 (16:21 +0100)
committerMartin Willi <martin@strongswan.org>
Tue, 8 Dec 2009 15:21:58 +0000 (16:21 +0100)
src/libstrongswan/plugins/curl/curl_fetcher.h

index e8efac8a16e333dd21a19192df3664200acd7659..6b9cad6574a3e1d0187438fb8db0a46f6f17e4bf 100644 (file)
@@ -32,11 +32,6 @@ struct curl_fetcher_t {
         * Implements fetcher interface
         */
        fetcher_t interface;
-
-       /**
-        * Destroy a curl_fetcher instance.
-        */
-       void (*destroy)(curl_fetcher_t *this);
 };
 
 /**