diff options
-rw-r--r-- | Auth/OpenID/Consumer/Consumer.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Auth/OpenID/Consumer/Consumer.php b/Auth/OpenID/Consumer/Consumer.php index 99f49e1..39b2edf 100644 --- a/Auth/OpenID/Consumer/Consumer.php +++ b/Auth/OpenID/Consumer/Consumer.php @@ -767,14 +767,6 @@ class Auth_OpenID_Consumer { /** * @access private */ - function _findIdentityInfo($identity_url) - { - - } - - /** - * @access private - */ function _fetchAssociation($dh, $server_url, $body) { $ret = @$this->fetcher->post($server_url, $body); |