Browse Source

Remove unused function

Marcin Krzyżanowski 9 years ago
parent
commit
97dc571423
1 changed files with 0 additions and 9 deletions
  1. 0 9
      Sources/CryptoSwift/Foundation/Data+Extension.swift

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

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