mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Remove function clause that is never called
This commit is contained in:
parent
cab6ee9d86
commit
0514ccb047
@ -63,8 +63,6 @@ insert1({HashKey1, Priority1, Value1, Left, Right} = Tree,
|
||||
insert1(delete_root(Tree), HashKey, Priority, Value)
|
||||
end.
|
||||
|
||||
heapify(nil) ->
|
||||
nil;
|
||||
heapify({_HashKey, _Priority, _Value, nil, nil} = Tree) ->
|
||||
Tree;
|
||||
heapify({HashKey, Priority, Value,
|
||||
|
Loading…
Reference in New Issue
Block a user