diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-10 22:30:24 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-10 22:30:24 +0000 |
commit | 6f7f603b7ac9a96dabd5c01ccdd0c610389dae5c (patch) | |
tree | 4d05651ad6ba7b78a355ee2eaa5f859c80b11e33 | |
parent | 70c51829e42863beba289f834e143bf57a833ef1 (diff) | |
download | php-openid-6f7f603b7ac9a96dabd5c01ccdd0c610389dae5c.zip php-openid-6f7f603b7ac9a96dabd5c01ccdd0c610389dae5c.tar.gz php-openid-6f7f603b7ac9a96dabd5c01ccdd0c610389dae5c.tar.bz2 |
[project @ Remove unused stub in consumer]
-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); |