summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/MySQLStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/MySQLStore.php')
-rw-r--r--Auth/OpenID/MySQLStore.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Auth/OpenID/MySQLStore.php b/Auth/OpenID/MySQLStore.php
index 30e1f59..f8dc9ae 100644
--- a/Auth/OpenID/MySQLStore.php
+++ b/Auth/OpenID/MySQLStore.php
@@ -58,9 +58,6 @@ class Auth_OpenID_MySQLStore extends Auth_OpenID_SQLStore {
$this->sql['add_nonce'] =
"INSERT INTO %s (server_url, timestamp, salt) VALUES (?, ?, ?)";
- $this->sql['get_expired'] =
- "SELECT server_url FROM %s WHERE issued + lifetime < ?";
-
$this->sql['clean_nonce'] =
"DELETE FROM %s WHERE timestamp < ?";