瀏覽代碼

Remove unused function

Marcin Krzyżanowski 9 年之前
父節點
當前提交
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