This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove unused variable "parent"
ahc_fix_select
adri
16 years ago
parent
f0b11c6a06
commit
7daafb999e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save