Skip to content

Commit 4cd3cf8

Browse files
committed
Remove unused LibGit2 methods
These methods were supposed to be removed in #23575
1 parent 7e143bb commit 4cd3cf8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

base/libgit2/types.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,11 +1066,6 @@ import Base.securezero!
10661066
"Abstract credentials payload"
10671067
abstract type AbstractCredentials end
10681068

1069-
"Checks if credentials were used"
1070-
checkused!(p::AbstractCredentials) = true
1071-
"Resets credentials for another use"
1072-
reset!(p::AbstractCredentials, cnt::Int=3) = nothing
1073-
10741069
"Credentials that support only `user` and `password` parameters"
10751070
mutable struct UserPasswordCredentials <: AbstractCredentials
10761071
user::String

doc/src/devdocs/libgit2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ Base.LibGit2.authors
6565
Base.LibGit2.branch
6666
Base.LibGit2.branch!
6767
Base.LibGit2.checkout!
68-
Base.LibGit2.checkused!
6968
Base.LibGit2.clone
7069
Base.LibGit2.commit
7170
Base.LibGit2.committer

0 commit comments

Comments
 (0)