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