Remove dead code from Transmitter

This commit is contained in:
PJ Dietz 2015-05-15 19:11:54 -04:00
parent 15602d8e97
commit c8bbd6d2b8
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ class Transmitter implements TransmitterInterface
/** @var int */ /** @var int */
private $chunkSize = 0; private $chunkSize = 0;
/** @var DispatcherInterface */
private $dispatcher;
public function __construct(DispatcherInterface $dispatcher = null) public function __construct(DispatcherInterface $dispatcher = null)
{ {
if ($dispatcher === null) { if ($dispatcher === null) {