Remove thermal_try_max variable since it is not used anywhere in PM-QA nor does its value change at any point.
Signed-off-by: Lisa Nguyen lisa.nguyen@linaro.org --- Switches.sh | 3 --- 1 file changed, 3 deletions(-)
diff --git a/Switches.sh b/Switches.sh index e01d4c5..111d5cb 100644 --- a/Switches.sh +++ b/Switches.sh @@ -1,8 +1,5 @@ # These are switches to enable/disable some tests.
-# Thermal tests -export thermal_try_max=0 - # Suspend tests export suspend_dbus=0 export suspend_pmsuspend=1