Remove unnecessary TODO mark

This commit is contained in:
crazywhalecc
2026-04-12 13:36:12 +08:00
parent 6ee4759444
commit cc713069c2

View File

@@ -8,8 +8,6 @@ trait GlobalPathTrait
{ {
/** /**
* Get the build root path for the package. * Get the build root path for the package.
*
* TODO: Can be changed to support per-package build root path in the future.
*/ */
public function getBuildRootPath(): string public function getBuildRootPath(): string
{ {
@@ -18,8 +16,6 @@ trait GlobalPathTrait
/** /**
* Get the include directory for the package. * Get the include directory for the package.
*
* TODO: Can be changed to support per-package include directory in the future.
*/ */
public function getIncludeDir(): string public function getIncludeDir(): string
{ {
@@ -28,8 +24,6 @@ trait GlobalPathTrait
/** /**
* Get the library directory for the package. * Get the library directory for the package.
*
* TODO: Can be changed to support per-package library directory in the future.
*/ */
public function getLibDir(): string public function getLibDir(): string
{ {