* [misc] remove unused code.

This commit is contained in:
孙广明
2025-05-19 10:26:26 +08:00
committed by 刘刚
parent d3d3ada4d0
commit f9e45e2e70
-4
View File
@@ -1876,10 +1876,6 @@ class testcaseZen extends testcase
}
if(dao::isError()) return false;
$param = '';
if(!empty($case->lib)) $param = "lib={$case->lib}";
if(!empty($case->product)) $param = "product={$case->product}";
return true;
}