ソースを参照

Clean up leftovers.

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.
      *