Remove unused sql object
This commit is contained in:
parent
919155ab12
commit
843d584254
|
@ -13,8 +13,6 @@ const defaultRevocationStmts = `
|
|||
`
|
||||
|
||||
type MySQL struct {
|
||||
db *sql.DB
|
||||
|
||||
ConnectionProducer
|
||||
CredentialsProducer
|
||||
}
|
||||
|
|
|
@ -10,8 +10,6 @@ import (
|
|||
)
|
||||
|
||||
type PostgreSQL struct {
|
||||
db *sql.DB
|
||||
|
||||
ConnectionProducer
|
||||
CredentialsProducer
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue