1
0
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:
Bob Weinand 2016-12-29 03:06:53 +01:00 committed by GitHub
parent 8ab3918974
commit 04300eba89

View File

@ -99,12 +99,6 @@ class UvLoop extends Loop {
};
}
public function __destruct() {
if (\is_resource($this->handle)) {
\uv_loop_delete($this->handle);
}
}
/**
* {@inheritdoc}
*/