diff options
author | Björn Gustavsson <[email protected]> | 2017-06-13 14:24:41 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-06-13 14:24:41 +0200 |
commit | 3ea80da9e908e0802b78e19bd29f4ccc2c7be703 (patch) | |
tree | eb4c4d8a38aedec4deb5d87d6c939a1062a6f994 /erts/emulator/test/unique_SUITE.erl | |
parent | f529828f540ad50cc157755fbd19d8b595ee07ee (diff) | |
download | otp-3ea80da9e908e0802b78e19bd29f4ccc2c7be703.tar.gz otp-3ea80da9e908e0802b78e19bd29f4ccc2c7be703.tar.bz2 otp-3ea80da9e908e0802b78e19bd29f4ccc2c7be703.zip |
Eliminate warnings for unused variables
Diffstat (limited to 'erts/emulator/test/unique_SUITE.erl')
-rw-r--r-- | erts/emulator/test/unique_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/test/unique_SUITE.erl b/erts/emulator/test/unique_SUITE.erl index 3b972b87b5..ab02531de3 100644 --- a/erts/emulator/test/unique_SUITE.erl +++ b/erts/emulator/test/unique_SUITE.erl @@ -308,7 +308,6 @@ mk_uniqint(Int, #uniqint_info {min_int = MinInt, ThrId = Int1 band ((1 bsl SchedBits) - 1), Value = (Int1 bsr SchedBits) band ((1 bsl 64) - 1), 0 = Int1 bsr (SchedBits + 64), - NodeName = atom_to_list(node()), Make = {make_unique_integer, ThrId, Value}, %% erlang:display(Make), Res = erts_debug:get_internal_state(Make), |