Skip to content

Commit

Permalink
Remove __init__() function completely.
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Jul 27, 2023
1 parent fc36c9b commit c985fcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Curl/Curl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ using Base: OS_HANDLE, preserve_handle, unpreserve_handle

include("utils.jl")

function __init__()
end

const CURL_VERSION_INFO = unsafe_load(curl_version_info(CURLVERSION_NOW))
if CURL_VERSION_INFO.ssl_version == Base.C_NULL
const SSL_VERSION = ""
Expand Down

0 comments on commit c985fcd

Please sign in to comment.