From 44e82e2720f3ae7ad54a83211a6bc9b69568ac09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= <lcobucci@gmail.com> Date: Sat, 17 Feb 2018 19:49:16 +0100 Subject: [PATCH] Remove unused functions --- tests/Doctrine/Tests/ORM/Functional/Ticket/GH7067Test.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7067Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7067Test.php index 10887e45b..15dc5fa9c 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7067Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7067Test.php @@ -3,9 +3,6 @@ declare(strict_types=1); namespace Doctrine\Tests\ORM\Functional\Ticket; -use function sleep; -use function usleep; - final class GH7067Test extends \Doctrine\Tests\OrmFunctionalTestCase { public function setUp() : void