aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhongbo.zhang <hongbo.zhang@linaro.com>2012-11-26 16:13:38 +0800
committerhongbo.zhang <hongbo.zhang@linaro.com>2012-11-28 17:50:37 +0800
commita77dcef7657b629d3f1a2ef3fe1a30dc2a8774c7 (patch)
treee5930ce665f170d05bfd7ec0833a222fcf42cb50
parentd52b8497c2bcd5a3e5ccc68b236a31f43dfed149 (diff)
thermal: remove unnecessary variable TRIP_CROSSED_COUNT
variable TRIP_CROSSED_COUNT is never used, should be removed. Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
-rwxr-xr-xthermal/thermal_06.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/thermal/thermal_06.sh b/thermal/thermal_06.sh
index fcb6c0a..95eda91 100755
--- a/thermal/thermal_06.sh
+++ b/thermal/thermal_06.sh
@@ -31,7 +31,6 @@ source ../include/thermal_functions.sh
CPU_HEAT_BIN=../utils/heat_cpu
GPU_HEAT_BIN=/usr/bin/glmark2
TEST_LOOP=100
-TRIP_CROSSED_COUNT=
cpu_pid=0
gpu_pid=0