Marcin Krzyżanowski 9 лет назад
Родитель
Сommit
97dc571423
1 измененных файлов с 0 добавлено и 9 удалено
  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