aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/long_timers_test.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-06-13 14:24:41 +0200
committerBjörn Gustavsson <[email protected]>2017-06-13 14:24:41 +0200
commit3ea80da9e908e0802b78e19bd29f4ccc2c7be703 (patch)
treeeb4c4d8a38aedec4deb5d87d6c939a1062a6f994 /erts/emulator/test/long_timers_test.erl
parentf529828f540ad50cc157755fbd19d8b595ee07ee (diff)
downloadotp-3ea80da9e908e0802b78e19bd29f4ccc2c7be703.tar.gz
otp-3ea80da9e908e0802b78e19bd29f4ccc2c7be703.tar.bz2
otp-3ea80da9e908e0802b78e19bd29f4ccc2c7be703.zip
Eliminate warnings for unused variables
Diffstat (limited to 'erts/emulator/test/long_timers_test.erl')
-rw-r--r--erts/emulator/test/long_timers_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/long_timers_test.erl b/erts/emulator/test/long_timers_test.erl
index c9a380a229..896ac5e1f6 100644
--- a/erts/emulator/test/long_timers_test.erl
+++ b/erts/emulator/test/long_timers_test.erl
@@ -175,7 +175,7 @@ had_high_cpu_util(StartTime,
ActTo = TargetTo + TimeoutDiff,
hcpu(ActTo, TargetTo, UtilData).
-hcpu(_ActTo, _TargetTo, [{UT, 0} | _] = UD) ->
+hcpu(_ActTo, _TargetTo, [{_UT, 0} | _]) ->
missing; %% Util is the integer zero when not supported...
%% UT2 =:= UT1
hcpu(ActTo, TargetTo, [{UT, _}, {UT, _} | _] = UD) ->