Browse Source

Remove unused variable "parent"

ahc_fix_select
adri 16 years ago
parent
commit
7daafb999e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      httperf/src/lib/heap.c

+ 1
- 1
httperf/src/lib/heap.c View File

@@ -94,7 +94,7 @@ free_heap(struct Heap *h)
bool
insert(Any_Type a, struct Heap *h)
{
u_long i, parent;
u_long i;

if (is_heap_full(h))
return false;


Loading…
Cancel
Save