X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FHashBagOStuff.php;h=c6d357b50f2de538fb029ed3cb186f9e717fe2da;hp=f8e3b17a8cacc909aad74abb24e7e7e3b9d07999;hb=631e8695b15412ec16c31623cbd6e5aa3d6efb1e;hpb=b0a52b2fca1a567eacf9424533356c6c7d841e6b;ds=sidebyside diff --git a/includes/libs/objectcache/HashBagOStuff.php b/includes/libs/objectcache/HashBagOStuff.php index f8e3b17a8c..c6d357b50f 100644 --- a/includes/libs/objectcache/HashBagOStuff.php +++ b/includes/libs/objectcache/HashBagOStuff.php @@ -115,8 +115,4 @@ class HashBagOStuff extends BagOStuff { public function clear() { $this->bag = []; } - - protected function getCurrentTime() { - return time(); - } }