Skip to content

Commit a2f0337

Browse files
authored
Remove useless nghttp2_jll import from LibGit2_jll (#38935)
This was a copy-paste error.
1 parent 5327824 commit a2f0337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LibGit2_jll/src/LibGit2_jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## dummy stub for https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl
44

55
baremodule LibGit2_jll
6-
using Base, Libdl, nghttp2_jll, MbedTLS_jll, LibSSH2_jll
6+
using Base, Libdl, MbedTLS_jll, LibSSH2_jll
77
Base.Experimental.@compiler_options compile=min optimize=0 infer=false
88

99
const PATH_list = String[]

0 commit comments

Comments
 (0)