Remove since it generates overhead for nothing really useful.

This commit is contained in:
Daniele Alessandri
2011-03-04 13:05:28 +01:00
parent 0af002b3b9
commit d077aa67db
4 changed files with 4 additions and 8 deletions
-3
View File
@@ -40,9 +40,6 @@ abstract class ConnectionBase implements IConnectionSingle {
public function executeCommand(ICommand $command) {
$this->writeCommand($command);
if ($command->closesConnection()) {
return $this->disconnect();
}
return $this->readResponse($command);
}