Remove get_slotid

Had been used in some debug logging - now not called
This commit is contained in:
Martin Sumner 2017-11-01 17:05:35 +00:00
parent 2428d2cbff
commit 53c3bf6c37

View file

@ -108,8 +108,7 @@
sst_deleteconfirmed/1, sst_deleteconfirmed/1,
sst_close/1]). sst_close/1]).
-export([expand_list_by_pointer/4, -export([expand_list_by_pointer/4]).
get_slotid/1]).
-record(slot_index_value, {slot_id :: integer(), -record(slot_index_value, {slot_id :: integer(),
@ -1622,9 +1621,6 @@ expand_list_by_pointer({next, ManEntry, StartKey, EndKey},
Width, SegList), Width, SegList),
ExpPointer ++ Tail. ExpPointer ++ Tail.
get_slotid(Slot) ->
Slot#slot_index_value.slot_id.
%%%============================================================================ %%%============================================================================
%%% Test %%% Test
%%%============================================================================ %%%============================================================================