Remove get_slotid
Had been used in some debug logging - now not called
This commit is contained in:
parent
2428d2cbff
commit
53c3bf6c37
1 changed files with 1 additions and 5 deletions
|
@ -108,8 +108,7 @@
|
|||
sst_deleteconfirmed/1,
|
||||
sst_close/1]).
|
||||
|
||||
-export([expand_list_by_pointer/4,
|
||||
get_slotid/1]).
|
||||
-export([expand_list_by_pointer/4]).
|
||||
|
||||
|
||||
-record(slot_index_value, {slot_id :: integer(),
|
||||
|
@ -1622,9 +1621,6 @@ expand_list_by_pointer({next, ManEntry, StartKey, EndKey},
|
|||
Width, SegList),
|
||||
ExpPointer ++ Tail.
|
||||
|
||||
get_slotid(Slot) ->
|
||||
Slot#slot_index_value.slot_id.
|
||||
|
||||
%%%============================================================================
|
||||
%%% Test
|
||||
%%%============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue