Skip to content

Commit c461ea8

Browse files
committed
Remove unused unexported field
1 parent 7af530e commit c461ea8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

neo4j/auth_tokens.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const keyPrincipal = "principal"
3333
const keyCredentials = "credentials"
3434
const keyRealm = "realm"
3535

36-
// Deprecated: will be removed in 5.0. Use keyCredentials instead.
37-
const keyTicket = keyCredentials
38-
3936
// NoAuth generates an empty authentication token
4037
func NoAuth() AuthToken {
4138
return AuthToken{tokens: map[string]interface{}{

0 commit comments

Comments
 (0)