| 98 | |
| 99 | // Implementation of the singleton destructor |
| 100 | template<class T> curl_interface<T>::global_initializer::~global_initializer() { |
| 101 | curl_global_cleanup(); |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | #endif /* defined(CURLCPP_CURL_INTERFACE_H) */ |
nothing calls this directly
no outgoing calls
no test coverage detected