Remove unused variable "parent"
This commit is contained in:
parent
f0b11c6a06
commit
7daafb999e
@ -94,7 +94,7 @@ free_heap(struct Heap *h)
|
|||||||
bool
|
bool
|
||||||
insert(Any_Type a, struct Heap *h)
|
insert(Any_Type a, struct Heap *h)
|
||||||
{
|
{
|
||||||
u_long i, parent;
|
u_long i;
|
||||||
|
|
||||||
if (is_heap_full(h))
|
if (is_heap_full(h))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user