diff options
author | Martin Willi <martin@strongswan.org> | 2009-12-08 16:21:58 +0100 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-12-08 16:21:58 +0100 |
commit | 4e90d9de9f492b5f9f11c6fe81986cfb70602525 (patch) | |
tree | c167bba76cb361fde374475b209b4b6a5107bbd1 /src/libstrongswan | |
parent | 89d236f0da94effc6f30404b1dfd7d8b509e34bc (diff) | |
download | strongswan-4e90d9de9f492b5f9f11c6fe81986cfb70602525.tar.bz2 strongswan-4e90d9de9f492b5f9f11c6fe81986cfb70602525.tar.xz |
Removed obsolete curl interface specific destructor
Diffstat (limited to 'src/libstrongswan')
-rw-r--r-- | src/libstrongswan/plugins/curl/curl_fetcher.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/plugins/curl/curl_fetcher.h b/src/libstrongswan/plugins/curl/curl_fetcher.h index e8efac8a1..6b9cad657 100644 --- a/src/libstrongswan/plugins/curl/curl_fetcher.h +++ b/src/libstrongswan/plugins/curl/curl_fetcher.h @@ -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); }; /** |