24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Remove function clause that is never called

This commit is contained in:
Badlop 2010-06-18 16:07:44 +02:00
parent cab6ee9d86
commit 0514ccb047

View File

@ -63,8 +63,6 @@ insert1({HashKey1, Priority1, Value1, Left, Right} = Tree,
insert1(delete_root(Tree), HashKey, Priority, Value) insert1(delete_root(Tree), HashKey, Priority, Value)
end. end.
heapify(nil) ->
nil;
heapify({_HashKey, _Priority, _Value, nil, nil} = Tree) -> heapify({_HashKey, _Priority, _Value, nil, nil} = Tree) ->
Tree; Tree;
heapify({HashKey, Priority, Value, heapify({HashKey, Priority, Value,