X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3e170ce000f1506b7b5d2c5c7faec85ceabb573d..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 26cdab52a..000000000 --- a/osfmk/corecrypto/ccn/src/ccn_set.c +++ /dev/null @@ -1,19 +0,0 @@ -/* - * ccn_set.c - * corecrypto - * - * Created on 02/17/2012 - * - * Copyright (c) 2012,2014,2015 Apple Inc. All rights reserved. - * - */ - -#include -#include - -#if !CCN_SET_ASM -void ccn_set(cc_size n, cc_unit *r, const cc_unit *s) -{ - CC_MEMMOVE(r, s, ccn_sizeof_n(n)); -} -#endif