Removed obsolete curl interface specific destructor

This commit is contained in:
Martin Willi 2009-12-08 16:21:58 +01:00
parent 89d236f0da
commit 4e90d9de9f
1 changed files with 0 additions and 5 deletions

View 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);
};
/**