X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/libsecurity_transform/lib/SecNullTransform.cpp?ds=sidebyside diff --git a/libsecurity_transform/lib/SecNullTransform.cpp b/libsecurity_transform/lib/SecNullTransform.cpp deleted file mode 100644 index 575e2a04..00000000 --- a/libsecurity_transform/lib/SecNullTransform.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "SecNullTransform.h" -#include "NullTransform.h" - -const CFStringRef kSecNullTransformName = CFSTR("Null Transform"); - -SecNullTransformRef SecNullTransformCreate() -{ - return (SecNullTransformRef) NullTransform::Make(); -}