From b00ae997a5dab923a99e1f1cccf35bb52eba9a62 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 7 Nov 2024 19:00:13 +0100 Subject: Remove obsolete and unused symfony/options-resover and process These actually look like they could be useful, but since unused, let's drop them for now. They can always be re-added via composer if needed later. --- .../process/Exception/ExceptionInterface.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 library/symfony/process/Exception/ExceptionInterface.php (limited to 'library/symfony/process/Exception/ExceptionInterface.php') diff --git a/library/symfony/process/Exception/ExceptionInterface.php b/library/symfony/process/Exception/ExceptionInterface.php deleted file mode 100644 index 75c1c9e5d..000000000 --- a/library/symfony/process/Exception/ExceptionInterface.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\Process\Exception; - -/** - * Marker Interface for the Process Component. - * - * @author Johannes M. Schmitt - */ -interface ExceptionInterface -{ -} -- cgit v1.2.3