Skip to content

Commit 00512fb

Browse files
remove JLL init precompile statements
1 parent f3b108b commit 00512fb

File tree

21 files changed

+0
-21
lines changed

21 files changed

+0
-21
lines changed

stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ function __init__()
6767
LIBPATH[] = dirname(libgcc_s_path)
6868
push!(LIBPATH_list, LIBPATH[])
6969
end
70-
precompile(Tuple{typeof(__init__)})
7170

7271
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
7372
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/GMP_jll/src/GMP_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function __init__()
3838
LIBPATH[] = dirname(libgmp_path)
3939
push!(LIBPATH_list, LIBPATH[])
4040
end
41-
precompile(Tuple{typeof(__init__)})
4241

4342
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
4443
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/LLD_jll/src/LLD_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ function __init__()
9494
end
9595
LIBPATH[] = join(LIBPATH_list, pathsep)
9696
end
97-
precompile(Tuple{typeof(__init__)})
9897

9998
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
10099
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function __init__()
2929
push!(LIBPATH_list, LIBPATH[])
3030
end
3131
end
32-
precompile(Tuple{typeof(__init__)})
3332

3433
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3534
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/LibCURL_jll/src/LibCURL_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function __init__()
3232
LIBPATH[] = dirname(libcurl_path)
3333
push!(LIBPATH_list, LIBPATH[])
3434
end
35-
precompile(Tuple{typeof(__init__)})
3635

3736
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3837
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/LibGit2_jll/src/LibGit2_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function __init__()
3232
LIBPATH[] = dirname(libgit2_path)
3333
push!(LIBPATH_list, LIBPATH[])
3434
end
35-
precompile(Tuple{typeof(__init__)})
3635

3736
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3837
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/LibSSH2_jll/src/LibSSH2_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function __init__()
3232
LIBPATH[] = dirname(libssh2_path)
3333
push!(LIBPATH_list, LIBPATH[])
3434
end
35-
precompile(Tuple{typeof(__init__)})
3635

3736

3837
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.

stdlib/LibUnwind_jll/src/LibUnwind_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function __init__()
2929
push!(LIBPATH_list, LIBPATH[])
3030
end
3131
end
32-
precompile(Tuple{typeof(__init__)})
3332

3433
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3534
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/MPFR_jll/src/MPFR_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function __init__()
3131
LIBPATH[] = dirname(libmpfr_path)
3232
push!(LIBPATH_list, LIBPATH[])
3333
end
34-
precompile(Tuple{typeof(__init__)})
3534

3635
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3736
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/MbedTLS_jll/src/MbedTLS_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ function __init__()
4646
LIBPATH[] = dirname(libmbedtls_path)
4747
push!(LIBPATH_list, LIBPATH[])
4848
end
49-
precompile(Tuple{typeof(__init__)})
5049

5150
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
5251
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/MozillaCACerts_jll/src/MozillaCACerts_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function __init__()
1818
global artifact_dir = dirname(Sys.BINDIR)
1919
global cacert = normpath(Sys.BINDIR, Base.DATAROOTDIR, "julia", "cert.pem")
2020
end
21-
precompile(Tuple{typeof(__init__)})
2221

2322
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
2423
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function __init__()
7272
LIBPATH[] = dirname(libopenblas_path)
7373
push!(LIBPATH_list, LIBPATH[])
7474
end
75-
precompile(Tuple{typeof(__init__)})
7675

7776
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
7877
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/OpenLibm_jll/src/OpenLibm_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function __init__()
3131
LIBPATH[] = dirname(libopenlibm_path)
3232
push!(LIBPATH_list, LIBPATH[])
3333
end
34-
precompile(Tuple{typeof(__init__)})
3534

3635
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3736
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/PCRE2_jll/src/PCRE2_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function __init__()
3131
LIBPATH[] = dirname(libpcre2_8_path)
3232
push!(LIBPATH_list, LIBPATH[])
3333
end
34-
precompile(Tuple{typeof(__init__)})
3534

3635
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3736
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ function __init__()
109109
end
110110
global artifact_dir = dirname(Sys.BINDIR)
111111
end
112-
precompile(Tuple{typeof(__init__)})
113112

114113
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
115114
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/Zlib_jll/src/Zlib_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function __init__()
3131
LIBPATH[] = dirname(libz_path)
3232
push!(LIBPATH_list, LIBPATH[])
3333
end
34-
precompile(Tuple{typeof(__init__)})
3534

3635
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3736
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/dSFMT_jll/src/dSFMT_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function __init__()
3232
LIBPATH[] = dirname(libdSFMT_path)
3333
push!(LIBPATH_list, LIBPATH[])
3434
end
35-
precompile(Tuple{typeof(__init__)})
3635

3736
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3837
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/libLLVM_jll/src/libLLVM_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function __init__()
3232
LIBPATH[] = dirname(libLLVM_path)
3333
push!(LIBPATH_list, LIBPATH[])
3434
end
35-
precompile(Tuple{typeof(__init__)})
3635

3736
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3837
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function __init__()
3333
LIBPATH[] = dirname(libblastrampoline_path)
3434
push!(LIBPATH_list, LIBPATH[])
3535
end
36-
precompile(Tuple{typeof(__init__)})
3736

3837
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3938
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/nghttp2_jll/src/nghttp2_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function __init__()
3131
LIBPATH[] = dirname(libnghttp2_path)
3232
push!(LIBPATH_list, LIBPATH[])
3333
end
34-
precompile(Tuple{typeof(__init__)})
3534

3635
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
3736
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

stdlib/p7zip_jll/src/p7zip_jll.jl

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function __init__()
8787
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
8888
LIBPATH[] = join(LIBPATH_list, pathsep)
8989
end
90-
precompile(Tuple{typeof(__init__)})
9190

9291
# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
9392
# For instance, `find_artifact_dir()` won't actually be the artifact directory, because

0 commit comments

Comments
 (0)