summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-11-13 01:25:09 +0000
committertailor <cygnus@cprogrammer.org>2007-11-13 01:25:09 +0000
commit1bcb0af7df31c20817a7f3374a16c496c8310266 (patch)
tree7ca051c95ca133cb1a4d1651599f6a76f613ebac /Auth
parenta7a579bca72732ac2570195602ef49328a5938d7 (diff)
downloadphp-openid-1bcb0af7df31c20817a7f3374a16c496c8310266.zip
php-openid-1bcb0af7df31c20817a7f3374a16c496c8310266.tar.gz
php-openid-1bcb0af7df31c20817a7f3374a16c496c8310266.tar.bz2
[project @ Remove orphaned assignment statement]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Consumer.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 885b023..13b0b12 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -753,9 +753,6 @@ class Auth_OpenID_GenericConsumer {
return $result;
}
- $response_identity = $message->getArg(Auth_OpenID_OPENID_NS,
- 'identity');
-
$result = $this->_idResCheckNonce($message, $endpoint);
if (Auth_OpenID::isFailure($result)) {