update to latest services_libravatar release
[phorkie.git] / src / phorkie / Repository / Commit.php
index 7c66673167e6080de54c412007731061efc468ef..05c988b5be0210570a56e99b96acf5f4631a9507 100644 (file)
@@ -20,9 +20,6 @@ class Repository_Commit
             return '/phorkie/anonymous.png';
         }
 
-        //workaround for https://pear.php.net/bugs/bug.php?id=19384
-        require_once 'PEAR/Services/Libravatar.php';
-
         $s = new \Services_Libravatar();
         return $s->url(
             $this->committerEmail,