From: Wayne Davison Date: Sat, 9 Dec 2006 00:24:05 +0000 (+0000) Subject: Got rid of the pool-destroy call since this is not around anymore. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6de0d062599b12263d212d55adfa8a4131ad8215 Got rid of the pool-destroy call since this is not around anymore. --- diff --git a/receiver.c b/receiver.c index 3e2ff8ca..7bf14c7d 100644 --- a/receiver.c +++ b/receiver.c @@ -352,11 +352,6 @@ int recv_files(int f_in, struct file_list *flist, char *local_name) if (verbose > 2) rprintf(FINFO, "recv_files(%d) starting\n", flist->count); - if (flist->hlink_pool) { - pool_destroy(flist->hlink_pool); - flist->hlink_pool = NULL; - } - if (delay_updates) delayed_bits = bitbag_create(flist->count);