File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1066,11 +1066,6 @@ import Base.securezero!
1066
1066
" Abstract credentials payload"
1067
1067
abstract type AbstractCredentials end
1068
1068
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
-
1074
1069
" Credentials that support only `user` and `password` parameters"
1075
1070
mutable struct UserPasswordCredentials <: AbstractCredentials
1076
1071
user:: String
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ Base.LibGit2.authors
65
65
Base.LibGit2.branch
66
66
Base.LibGit2.branch!
67
67
Base.LibGit2.checkout!
68
- Base.LibGit2.checkused!
69
68
Base.LibGit2.clone
70
69
Base.LibGit2.commit
71
70
Base.LibGit2.committer
You can’t perform that action at this time.
0 commit comments