mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Remove unused import in libmpdec.php
Removed unused import of FileSystem.
This commit is contained in:
@@ -4,8 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace SPC\builder\windows\library;
|
namespace SPC\builder\windows\library;
|
||||||
|
|
||||||
use SPC\store\FileSystem;
|
|
||||||
|
|
||||||
class libmpdec extends WindowsLibraryBase
|
class libmpdec extends WindowsLibraryBase
|
||||||
{
|
{
|
||||||
public const NAME = 'libmpdec';
|
public const NAME = 'libmpdec';
|
||||||
|
|||||||
Reference in New Issue
Block a user