소스 검색

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