From 8c5494f87bb652801e6173d9b6de1c1cae3da99a Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Thu, 17 Dec 2020 20:30:20 +0000 Subject: [PATCH] Remove useless nghttp2_jll import from LibGit2_jll This was a copy-paste error. --- stdlib/LibGit2_jll/src/LibGit2_jll.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/LibGit2_jll/src/LibGit2_jll.jl b/stdlib/LibGit2_jll/src/LibGit2_jll.jl index 52a146762afc4..eb7f460634979 100644 --- a/stdlib/LibGit2_jll/src/LibGit2_jll.jl +++ b/stdlib/LibGit2_jll/src/LibGit2_jll.jl @@ -3,7 +3,7 @@ ## dummy stub for https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl baremodule LibGit2_jll -using Base, Libdl, nghttp2_jll, MbedTLS_jll, LibSSH2_jll +using Base, Libdl, MbedTLS_jll, LibSSH2_jll Base.Experimental.@compiler_options compile=min optimize=0 infer=false const PATH_list = String[]