Skip to content

Commit f8d77b9

Browse files
committed
remove pointless comments
1 parent 6594811 commit f8d77b9

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

src/SPC/builder/linux/library/libedit.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
namespace SPC\builder\linux\library;
66

7-
/**
8-
* libedit library class for linux
9-
*/
107
class libedit extends LinuxLibraryBase
118
{
129
use \SPC\builder\unix\library\libedit;

src/SPC/builder/linux/library/readline.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
namespace SPC\builder\linux\library;
66

7-
/**
8-
* gmp is a template library class for unix
9-
*/
107
class readline extends LinuxLibraryBase
118
{
129
use \SPC\builder\unix\library\readline;

src/SPC/builder/macos/library/libedit.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
namespace SPC\builder\macos\library;
66

7-
/**
8-
* libedit library class for macOS
9-
*/
107
class libedit extends MacOSLibraryBase
118
{
129
use \SPC\builder\unix\library\libedit;

src/SPC/builder/macos/library/readline.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
namespace SPC\builder\macos\library;
66

7-
/**
8-
* gmp is a template library class for unix
9-
*/
107
class readline extends MacOSLibraryBase
118
{
129
use \SPC\builder\unix\library\readline;

0 commit comments

Comments
 (0)