mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 00:37:01 +00:00
analyze: remove unnecessary function
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
20ec1c2b42
commit
5189333c95
3 changed files with 1 additions and 13 deletions
|
|
@ -51,7 +51,7 @@
|
|||
int prepare_data(void)
|
||||
{
|
||||
/* Sort leases */
|
||||
HASH_SORT(leases, leasecomp);
|
||||
HASH_SORT(leases, ipcomp);
|
||||
/* Sort ranges */
|
||||
qsort(ranges, (size_t)num_ranges, sizeof(struct range_t), &rangecomp);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue