Daniele Alessandri преди 13 години
родител
ревизия
649e71c0ab
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      lib/Predis/Pipeline/PipelineContext.php

+ 0 - 7
lib/Predis/Pipeline/PipelineContext.php

@@ -74,13 +74,6 @@ class PipelineContext implements BasicClientInterface, ExecutableContextInterfac
         return new StandardExecutor($useExceptions);
     }
 
-    protected function getDefaultExecutor()
-    {
-        $clientOpts = $client->getOptions();
-        $useExceptions = isset($clientOpts->exceptions) ? $clientOpts->exceptions : true;
-        $executor = new StandardExecutor($useExceptions);
-    }
-
     /**
      * Queues a command into the pipeline buffer.
      *