X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/libsecurity_transform/lib/SecGroupTransform.h diff --git a/libsecurity_transform/lib/SecGroupTransform.h b/libsecurity_transform/lib/SecGroupTransform.h deleted file mode 100644 index 5d111e23..00000000 --- a/libsecurity_transform/lib/SecGroupTransform.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __SECGROUPTRANSFORM__ -#define __SECGROUPTRANSFORM__ - - -#ifdef COM_APPLE_SECURITY_SANE_INCLUDES -#include "SecTransform.h" -#else -#include -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -extern const CFStringRef kSecGroupTransformName; - -// Group transforms are created by the SecTransformConnectTransforms function. - -#ifdef __cplusplus -}; -#endif - -#endif