Skip to content

Commit c985fcd

Browse files
authored
Remove __init__() function completely.
1 parent fc36c9b commit c985fcd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Curl/Curl.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ using Base: OS_HANDLE, preserve_handle, unpreserve_handle
6464

6565
include("utils.jl")
6666

67-
function __init__()
68-
end
69-
7067
const CURL_VERSION_INFO = unsafe_load(curl_version_info(CURLVERSION_NOW))
7168
if CURL_VERSION_INFO.ssl_version == Base.C_NULL
7269
const SSL_VERSION = ""

0 commit comments

Comments
 (0)