提交 0a8d4fcc 编写于 作者: L lijunru

Remove redundant code

Signed-off-by: Nlijunru <lijunru6@huawei.com>
Change-Id: I94ddaf8ea6d7699edf964a36af26e708681bd0c0
上级 8470a9dc
......@@ -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.
先完成此消息的编辑!
想要评论请 注册