summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Interface.php')
-rw-r--r--Auth/OpenID/Interface.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php
index c7bbe14..eeb130a 100644
--- a/Auth/OpenID/Interface.php
+++ b/Auth/OpenID/Interface.php
@@ -179,15 +179,6 @@ class Auth_OpenID_OpenIDStore {
}
/**
- * Return all server URLs that have expired associations.
- */
- function getExpired()
- {
- trigger_error("Auth_OpenID_OpenIDStore::getExpired ".
- "not implemented", E_USER_ERROR);
- }
-
- /**
* Removes all entries from the store; implementation is optional.
*/
function reset()