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
1 changed files with 0 additions and 2 deletions

View File

@ -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,