1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-16 19:04:00 +02:00

Remove unused code

This commit is contained in:
Oliver Vogel
2023-10-05 17:36:55 +02:00
parent 79f0b3a70f
commit 26af25da13

View File

@@ -8,8 +8,6 @@ use ArrayIterator;
use Countable;
use Traversable;
use IteratorAggregate;
use RecursiveIteratorIterator;
use RecursiveArrayIterator;
class Collection implements CollectionInterface, IteratorAggregate, Countable
{