Skip to content

Commit

Permalink
Remove useless nghttp2_jll import from LibGit2_jll (#38935)
Browse files Browse the repository at this point in the history
This was a copy-paste error.

(cherry picked from commit a2f0337)
  • Loading branch information
staticfloat committed Dec 22, 2022
1 parent 687a35c commit e6cf85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LibGit2_jll/src/LibGit2_jll.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit e6cf85d

Please sign in to comment.