forked from TrueCloudLab/certificates
Remove unused method.
This commit is contained in:
parent
d72fa953ac
commit
16d3afb92a
1 changed files with 0 additions and 7 deletions
|
@ -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…
Reference in a new issue