mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
Remove redundant destructor
This commit is contained in:
parent
8ab3918974
commit
04300eba89
@ -99,12 +99,6 @@ class UvLoop extends Loop {
|
||||
};
|
||||
}
|
||||
|
||||
public function __destruct() {
|
||||
if (\is_resource($this->handle)) {
|
||||
\uv_loop_delete($this->handle);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user