未验证 提交 8ff25ff7 编写于 作者: O openharmony_ci 提交者: Gitee

!649 Remove redundant code

Merge pull request !649 from lijunru/redundant_code
......@@ -60,14 +60,6 @@ class CTS():
'lite',
'components')
self._platform_path = os.path.join(self._code_path,
'build',
'lite',
'platform')
self._kernel_path = os.path.join(self._components_path,
'kernel.json')
self._product_path = os.path.join(self._code_path,
'build',
'lite',
......@@ -99,14 +91,6 @@ class CTS():
def components_path(self):
return self._components_path
@property
def platform_path(self):
return self._platform_path
@property
def kernel_path(self):
return self._kernel_path
@property
def product_path(self):
return self._product_path
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册