Skip to content

Commit 8cd292a

Browse files
committed
Removed id from Runtime untill we have a use
1 parent a670bf3 commit 8cd292a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Runtime.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
final class Runtime
1212
{
13-
/** @var string */
14-
private $id;
15-
1613
/** @var ParallelRuntime */
1714
private $runtime;
1815

@@ -22,7 +19,6 @@ final class Runtime
2219
public function __construct(FutureToPromiseConverter $futureToPromiseConverter, string $autoload)
2320
{
2421
$this->runtime = new ParallelRuntime($autoload);
25-
$this->id = \spl_object_hash($this->runtime);
2622
$this->futureToPromiseConverter = $futureToPromiseConverter;
2723
}
2824

0 commit comments

Comments
 (0)