]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/SecKeychainItemExtendedAttributes.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / SecKeychainItemExtendedAttributes.cpp
index 60c98f3133deb3e814a5599b62195a40c757a860..3ae8d1bfcea741b720dcb464ec35e4e5381df407 100644 (file)
 #include "KCCursor.h"
 #include <os/activity.h>
 
 #include "KCCursor.h"
 #include <os/activity.h>
 
-/* I'm not sure we need this */
-#if 0
-CFTypeID SecKeychainItemExtendedAttributesGetTypeID(void);
-
-static CFTypeID SecKeychainItemExtendedAttributesGetTypeID(void)
-{
-       BEGIN_SECAPI
-
-       return gTypes().ExtendedAttribute.typeID;
-
-       END_SECAPI1(_kCFRuntimeNotATypeID)
-}
-#endif
+#include "LegacyAPICounts.h"
 
 extern "C" Boolean SecKeyIsCDSAKey(SecKeyRef ref);
 
 
 extern "C" Boolean SecKeyIsCDSAKey(SecKeyRef ref);