X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/osfmk/corecrypto/ccn/src/ccn_set.c diff --git a/osfmk/corecrypto/ccn/src/ccn_set.c b/osfmk/corecrypto/ccn/src/ccn_set.c deleted file mode 100644 index bd95a27a7..000000000 --- a/osfmk/corecrypto/ccn/src/ccn_set.c +++ /dev/null @@ -1,16 +0,0 @@ -// -// ccn_set.c -// corecrypto -// -// Created by Fabrice Gautier on 2/17/12. -// Copyright (c) 2012 Apple, Inc. All rights reserved. -// - -#include - -#if !CCN_SET_ASM -void ccn_set(cc_size n, cc_unit *r, const cc_unit *s) -{ - CC_MEMCPY(r, s, ccn_sizeof_n(n)); -} -#endif