remove pointless comments

This commit is contained in:
henderkes 2025-10-08 11:55:21 +02:00
parent 6594811536
commit f8d77b9b50
4 changed files with 0 additions and 12 deletions

View File

@ -4,9 +4,6 @@ declare(strict_types=1);
namespace SPC\builder\linux\library;
/**
* libedit library class for linux
*/
class libedit extends LinuxLibraryBase
{
use \SPC\builder\unix\library\libedit;

View File

@ -4,9 +4,6 @@ declare(strict_types=1);
namespace SPC\builder\linux\library;
/**
* gmp is a template library class for unix
*/
class readline extends LinuxLibraryBase
{
use \SPC\builder\unix\library\readline;

View File

@ -4,9 +4,6 @@ declare(strict_types=1);
namespace SPC\builder\macos\library;
/**
* libedit library class for macOS
*/
class libedit extends MacOSLibraryBase
{
use \SPC\builder\unix\library\libedit;

View File

@ -4,9 +4,6 @@ declare(strict_types=1);
namespace SPC\builder\macos\library;
/**
* gmp is a template library class for unix
*/
class readline extends MacOSLibraryBase
{
use \SPC\builder\unix\library\readline;