8554: Dedup Get() checks, add comments, fix up regexp.
[arvados.git] / services / keepstore / azure_blob_volume.go
index d096dc69c3a9ee6be3ab9a960bc63e69ab202641..687c2fb36b7526bbbe498b86fd3c154d07ce9bd4 100644 (file)
@@ -399,6 +399,5 @@ func (v *AzureBlobVolume) isKeepBlock(s string) bool {
 // EmptyTrash looks for trashed blocks that exceeded trashLifetime
 // and deletes them from the volume.
 // TBD
-func (v *AzureBlobVolume) EmptyTrash() error {
-       return nil
+func (v *AzureBlobVolume) EmptyTrash() {
 }