remove psl

This commit is contained in:
henderkes
2025-11-19 10:48:24 +01:00
parent 875e1d05cd
commit 376b8e7569
7 changed files with 18 additions and 85 deletions

View File

@@ -1,12 +0,0 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class psl extends LinuxLibraryBase
{
use \SPC\builder\unix\library\psl;
public const NAME = 'psl';
}