removekey had an errant return

Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
David Lawrence 2015-11-07 16:04:38 -08:00
parent de9f651494
commit a3336e696e
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ func (cs *CryptoService) RemoveKey(keyID string) (err error) {
continue
}
err = ks.RemoveKey(keyPath)
return
}
}
return // returns whatever the final values were