Skip to content

Commit 4927be2

Browse files
committed
Remove unused member on RetryExecutor
1 parent 3fec69d commit 4927be2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/React/Dns/Query/RetryExecutor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class RetryExecutor implements ExecutorInterface
88
{
99
private $executor;
10-
private $cache;
1110
private $retries;
1211

1312
public function __construct(ExecutorInterface $executor, $retries = 2)

0 commit comments

Comments
 (0)