Explorar el Código

Remove unused function

Marcin Krzyżanowski hace 9 años
padre
commit
97dc571423
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. 0 9
      Sources/CryptoSwift/Foundation/Data+Extension.swift

+ 0 - 9
Sources/CryptoSwift/Foundation/Data+Extension.swift

@@ -8,15 +8,6 @@
 
 import Foundation
 
-extension NSMutableData {
-    
-    /** Convenient way to append bytes */
-    internal func appendBytes(_ arrayOfBytes: Array<UInt8>) {
-        self.append(arrayOfBytes, length: arrayOfBytes.count)
-    }
-    
-}
-
 extension Data {
 
     /// Two octet checksum as defined in RFC-4880. Sum of all octets, mod 65536