mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
crypto/cleanup: remove unused functions
This commit is contained in:
@@ -66,7 +66,7 @@ func block(dig *digest, p []byte) {
|
||||
case cpu.HasSSE41() == true:
|
||||
blockSSE(dig, p)
|
||||
default:
|
||||
blockSoftware(dig, p)
|
||||
blockGeneric(dig, p)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user