]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/User_openid_trustroot.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / OpenID / User_openid_trustroot.php
index 7bfd4d90fda5e1bd8969eb79affbdeb6daef10ee..04d06c78f6e1e065ebf77419f69fe8535e208c8f 100644 (file)
@@ -21,11 +21,6 @@ class User_openid_trustroot extends Managed_DataObject
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('User_openid_trustroot', $kv);
-    }
-
     function table()
     {
         $db = $this->getDatabaseConnection();