diff --git a/common/crypto/aes.go b/common/crypto/aes.go index 767c8e3a0..cae00cb0a 100644 --- a/common/crypto/aes.go +++ b/common/crypto/aes.go @@ -3,7 +3,6 @@ package crypto import ( "crypto/aes" "crypto/cipher" - "io" ) func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream {