Removed obsolete curl interface specific destructor
This commit is contained in:
@@ -32,11 +32,6 @@ struct curl_fetcher_t {
|
|||||||
* Implements fetcher interface
|
* Implements fetcher interface
|
||||||
*/
|
*/
|
||||||
fetcher_t interface;
|
fetcher_t interface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Destroy a curl_fetcher instance.
|
|
||||||
*/
|
|
||||||
void (*destroy)(curl_fetcher_t *this);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user