analyze: remove unnecessary function

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2013-09-17 22:58:53 +01:00
parent 20ec1c2b42
commit 5189333c95
3 changed files with 1 additions and 13 deletions

View file

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