]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_transform/lib/SecNullTransform.cpp
Security-57336.1.9.tar.gz
[apple/security.git] / Security / libsecurity_transform / lib / SecNullTransform.cpp
diff --git a/Security/libsecurity_transform/lib/SecNullTransform.cpp b/Security/libsecurity_transform/lib/SecNullTransform.cpp
deleted file mode 100644 (file)
index 575e2a0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "SecNullTransform.h"
-#include "NullTransform.h"
-
-const CFStringRef kSecNullTransformName = CFSTR("Null Transform");
-
-SecNullTransformRef SecNullTransformCreate()
-{
-       return (SecNullTransformRef) NullTransform::Make();
-}