Remove dead code from Transmitter
This commit is contained in:
parent
15602d8e97
commit
c8bbd6d2b8
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue