Remove unused method.

pull/633/head
Mariano Cano 3 years ago
parent d72fa953ac
commit 16d3afb92a

@ -220,13 +220,6 @@ func (a *Authority) Export() (c *linkedca.Configuration, err error) {
return c, nil
}
func mustPassword(s string) []byte {
if s == "" {
return nil
}
return []byte(s)
}
func mustDuration(d *provisioner.Duration) string {
if d == nil || d.Duration == 0 {
return ""

Loading…
Cancel
Save