objectcache: remove BagOStuff::modifySimpleRelayEvent()
[lhc/web/wiklou.git] / includes / libs / objectcache / RedisBagOStuff.php
index a0febfc..3926604 100644 (file)
@@ -317,14 +317,6 @@ class RedisBagOStuff extends BagOStuff {
                return $result;
        }
 
-       public function modifySimpleRelayEvent( array $event ) {
-               if ( array_key_exists( 'val', $event ) ) {
-                       $event['val'] = serialize( $event['val'] ); // this class uses PHP serialization
-               }
-
-               return $event;
-       }
-
        /**
         * @param mixed $data
         * @return string