Browse Source

Clean up leftovers.

Daniele Alessandri 13 years ago
parent
commit
649e71c0ab
1 changed files with 0 additions and 7 deletions
  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);
         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.
      * Queues a command into the pipeline buffer.
      *
      *