Skip to content

Commit 421a744

Browse files
staticfloatStefanKarpinski
authored andcommitted
Remove __init__() function completely.
1 parent 40df596 commit 421a744

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
@@ -65,9 +65,6 @@ using Base: OS_HANDLE, preserve_handle, unpreserve_handle
6565

6666
include("utils.jl")
6767

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

0 commit comments

Comments
 (0)