summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Util.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Util.php')
-rw-r--r--Auth/OpenID/Util.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/Auth/OpenID/Util.php b/Auth/OpenID/Util.php
index dba3c28..f0ea66d 100644
--- a/Auth/OpenID/Util.php
+++ b/Auth/OpenID/Util.php
@@ -52,15 +52,6 @@ function Auth_OpenID_array_get($arr, $key, $fallback = null)
}
}
-
-/**
- * Prints the specified message using trigger_error(E_USER_NOTICE).
- */
-function Auth_OpenID_log($message, $unused_level = 0)
-{
- trigger_error($message, E_USER_NOTICE);
-}
-
/**
* Rename query arguments back to 'openid.' from 'openid_'
*