Clean up leftovers.

This commit is contained in:
Daniele Alessandri
2012-04-30 17:07:19 +02:00
parent 14ac381aad
commit 649e71c0ab
-7
View File
@@ -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.
*