diff -r 90a70925562b -r 058394513f33 MYPrivateKey.m --- a/MYPrivateKey.m Wed Jun 03 17:20:53 2009 -0700 +++ b/MYPrivateKey.m Sat Jun 06 15:36:35 2009 -0700 @@ -118,11 +118,6 @@ } -- (MYIdentity*) createSelfSignedIdentityWithAttributes: (NSDictionary*)attributes { - return MYIdentityCreateSelfSigned(self, attributes); -} - - #endif